Files
niri/.github/dependabot.yml
T
Ivan Molodetskikh 8b3d8ccb47 Update dependabot.yml
2025-01-02 11:34:04 +03:00

23 lines
468 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
groups:
smithay:
patterns:
- "smithay"
- "smithay-drm-extras"
rust-dependencies:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "Andrew-Chen-Wang/github-wiki-action"