Update dependabot.yml

This commit is contained in:
Dennis Klein 2023-12-13 15:31:14 +01:00 committed by GitHub
parent 0966dee55d
commit 6d4a82427b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,11 @@ version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
target-branch: "dev"
schedule: schedule:
interval: "monthly" interval: "monthly"
- package-ecosystem: "gitsubmodule" - package-ecosystem: "gitsubmodule"
directory: "/extern" directory: "/extern"
target-branch: "dev"
schedule: schedule:
interval: "monthly" interval: "monthly"