aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-01-02 11:26:39 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-02 11:26:49 +0300
commitd4787c75fd445ffe274430663a34f530ce4ee634 (patch)
treec98190b26c9a5e407ac618c833d3f7cbce613a94 /.github
parent3bf0a57b821e865548ff84ebc43a12cb45acbe3d (diff)
downloadniri-d4787c75fd445ffe274430663a34f530ce4ee634.tar.gz
niri-d4787c75fd445ffe274430663a34f530ce4ee634.tar.bz2
niri-d4787c75fd445ffe274430663a34f530ce4ee634.zip
Delete dependabot.yml
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 055e5197..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-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"