Skip to content

Commit

Permalink
chore(ci): reduce renovate PR noise
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Sep 5, 2020
1 parent b1c2045 commit f4d7a55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .renovaterc.json
@@ -1,4 +1,7 @@
{
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": ["^tools/build_test_env.sh$"],
Expand All @@ -7,5 +10,11 @@
"datasourceTemplate": "docker",
"versioningTemplate": "loose"
}
],
"packageRules": [
{
"packagePatterns": ["^gitlab\/gitlab-.+$"],
"automerge": true
}
]
}

0 comments on commit f4d7a55

Please sign in to comment.