Files
hyprgui/.github/dependabot.yml
nyx 1138c43257 set up dependabot (#41)
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-10-27 12:18:37 +01:00

14 lines
278 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "gtk"
versions: '>= 0.10'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"