mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Create dependabot.yml
This commit is contained in:
committed by
GitHub
parent
d4787c75fd
commit
4089bebd83
@@ -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"
|
||||||
Reference in New Issue
Block a user