Tell dependabot to use the right branch (#46)

This commit is contained in:
lmarz
2025-05-14 15:13:18 +02:00
committed by GitHub
parent c25fe2789b
commit 3be4f28465
+3 -2
View File
@@ -5,10 +5,11 @@ updates:
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "weekly" interval: "weekly"
target-branch: "develop" target-branch: "master"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
target-branch: "develop" target-branch: "master"