Create dependabot.yml

Copied from Helix.
This commit is contained in:
Ivan Molodetskikh
2025-01-02 09:52:51 +03:00
parent 44b5612697
commit a38a5c529f
2 changed files with 27 additions and 1 deletions
+22
View File
@@ -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"