mirror of
https://github.com/hyprutils/hyprgui.git
synced 2026-03-09 07:12:09 -05:00
set up dependabot (#41)
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user