File tree Expand file tree Collapse file tree 2 files changed +27
-15
lines changed
Expand file tree Collapse file tree 2 files changed +27
-15
lines changed Original file line number Diff line number Diff line change 22# package ecosystems to update and where the package manifests are located.
33# Please see the documentation for all configuration options:
44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
6- version : 2
7- updates :
8- - package-ecosystem : " maven"
9- directory : " /java-components"
10- schedule :
11- interval : " weekly"
12- - package-ecosystem : " github-actions"
13- directory : " /"
14- schedule :
15- interval : " weekly"
16- - package-ecosystem : " npm"
17- directory : " /java-components/management-console/src/main/webui"
18- schedule :
19- interval : " weekly"
5+ #
6+ #
7+ # Disabled dependabot updates in favour of renovate to avoid spamming of PRs.
8+ #
9+ # version: 2
10+ # updates:
11+ # - package-ecosystem: "maven"
12+ # directory: "/java-components"
13+ # schedule:
14+ # interval: "weekly"
15+ # - package-ecosystem: "github-actions"
16+ # directory: "/"
17+ # schedule:
18+ # interval: "weekly
19+ # - package-ecosystem: "npm"
20+ # directory: "/java-components/management-console/src/main/webui"
21+ # schedule:
22+ # interval: "weekly"
Original file line number Diff line number Diff line change 1212 "automerge" : true
1313 },
1414 {
15+ "description" : " Ignore internal dependencies" ,
1516 "matchPackagePatterns" : [" ^io.github.redhat-appstudio.jvmbuild:" ],
1617 "matchCurrentValue" : " /-SNAPSHOT$/" ,
1718 "enabled" : false
19+ },
20+ {
21+ "description" : " Set noisy package updates to only get PRs once a month" ,
22+ "matchPackageNames" : [
23+ " github.com/aws/aws-sdk-go" ,
24+ " com.amazonaws:aws-java-sdk-codeartifact"
25+ ],
26+ "schedule" : [" before 4am on the first day of the month" ]
1827 }
1928 ]
2029}
You can’t perform that action at this time.
0 commit comments