github actions

This commit is contained in:
Marco "Capypara" Köpcke 2024-12-11 09:56:14 +01:00
commit 0b2272311f
No known key found for this signature in database
GPG key ID: 08131EE895D53BDB
2 changed files with 41 additions and 0 deletions

10
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/generator"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"