set up dependabot (#41)

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
nyx
2024-10-27 07:18:37 -04:00
committed by GitHub
parent 6e06af1f10
commit 1138c43257

13
.github/dependabot.yml vendored Normal file
View 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"