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 4c468d6 commit 2787de2Copy full SHA for 2787de2
.github/dependabot.yml
@@ -1,11 +1,17 @@
1
version: 2
2
updates:
3
- - package-ecosystem: gomod
4
- directory: /
+ - package-ecosystem: "gomod"
+ directory: "/"
5
schedule:
6
- interval: weekly
+ interval: "monthly"
7
+ day: "monday"
8
+ open-pull-requests-limit: 10
9
+ rebase-strategy: "disabled"
10
+ commit-message:
11
+ prefix: "RDODCP-198"
12
allow:
- # Allow both direct and indirect updates for all packages
13
- dependency-type: "all"
- rebase-strategy: "disabled"
- open-pull-requests-limit: 10
14
+ groups:
15
+ AllDependencies:
16
+ patterns:
17
+ - "*"
0 commit comments