We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd40822 commit ced1f7cCopy full SHA for ced1f7c
.github/dependabot.yml
@@ -9,4 +9,10 @@ updates:
9
directory: "/" # Root directory where pom.xml is located
10
schedule:
11
interval: "weekly" # Dependabot will check for updates every week
12
- open-pull-requests-limit: 5 # Optional: Limit the number of open PRs from Dependabot
+ target-branch: "main"
13
+
14
+ - package-ecosystem: "maven"
15
+ directory: "/"
16
+ schedule:
17
+ interval: "weekly"
18
+ target-branch: "feature/5-security" # 👈 second branch config
0 commit comments