Skip to content

Commit

Permalink
Merge pull request #32 from arnabkd/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
arnabkd committed Jun 8, 2021
2 parents 30a6331 + 9037fc6 commit 1b200ea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"branchPrefix": "renovate-",
"dependencyDashboard": true,
"extends": [
"config:base"
],
// Ensure that major is never automerged
"major": {
"automerge": false
},
"packageRules": [
{
"description": "Avoid updates such as from 14.1 to 2020-06-07T01-00-15-98bb45a",
"packagePatterns": ["^com\\.graphql-java:"],
"versioning": "semver"
}
],
// Default 0, but use this to prevent renovate from spamming PRs
"prConcurrentLimit": 0,
"schedule": [
"every weekday"
],
"stabilityDays": 10,
"timezone": "Europe/Oslo"
}

0 comments on commit 1b200ea

Please sign in to comment.