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

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"