Skip to content

Commit 10cdf13

Browse files
Merge pull request #1885 from rnc/RENOVATE
Disable dependabot in favour of renovate. Quieten noisy package updat…
2 parents 5319c95 + d22a127 commit 10cdf13

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
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"

.github/renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,18 @@
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
}

0 commit comments

Comments
 (0)