ci: configure dependabot to target rc branch

This commit is contained in:
Jake Turner 2026-03-11 20:35:52 +00:00
parent 45a30c0188
commit bc016e6c60
No known key found for this signature in database
GPG Key ID: 6DCBBAE4FEAB53EB

7
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/admin"
schedule:
interval: "weekly"
target-branch: "rc"