add dependabot branch to dependabot.yml

This commit is contained in:
skye rogers 2025-03-25 11:08:52 -07:00
parent 0e01529da1
commit 877746e6c1

View file

@ -29,3 +29,14 @@ updates:
target-branch: "v1.x"
schedule:
interval: "weekly"
# branch - dependabot testing
- package-ecosystem: "maven"
directory: "/"
# labels:
# - "dependencies"
# - "v1.x"
target-branch: "dependabot-testing-from-github"
schedule:
interval: "daily"
time: "04:10"