aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-01-02 11:30:01 +0300
committerGitHub <noreply@github.com>2025-01-02 11:30:01 +0300
commit4089bebd836095745f9b313e708a2be4f33b7373 (patch)
treefe8bf4f70219b2074a6a2c0d0b66234a44132015 /.github
parentd4787c75fd445ffe274430663a34f530ce4ee634 (diff)
downloadniri-4089bebd836095745f9b313e708a2be4f33b7373.tar.gz
niri-4089bebd836095745f9b313e708a2be4f33b7373.tar.bz2
niri-4089bebd836095745f9b313e708a2be4f33b7373.zip
Create dependabot.yml
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..055e5197
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,22 @@
+version: 2
+updates:
+ - package-ecosystem: "cargo"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ groups:
+ smithay:
+ patterns:
+ - "smithay"
+ - "smithay-drm-extras"
+ rust-dependencies:
+ update-types:
+ - "minor"
+ - "patch"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ ignore:
+ - dependency-name: "Andrew-Chen-Wang/github-wiki-action"