Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 23, 2024
1 parent 347f222 commit 6c71b2d
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
":gitSignOff"
":gitSignOff",
":maintainLockFilesMonthly",
":disableRateLimiting"
],
"ignorePaths": [
"**/node_modules/**"
Expand All @@ -36,7 +38,7 @@
]
},
{
"labels": [
"addLabels": [
"go"
],
"matchDatasources": [
Expand All @@ -45,37 +47,45 @@
]
},
{
"labels": [
"addLabels": [
"python"
],
"matchDatasources": [
"pypi"
]
},
{
"labels": [
"addLabels": [
"javascript"
],
"matchDatasources": [
"npm"
]
],
"rangeStrategy": "bump"
},
{
"labels": [
"addLabels": [
"docker"
],
"matchDatasources": [
"docker"
]
},
{
"addLabels": [
"helm"
],
"matchDatasources": [
"helm"
]
}
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths",
"yarnDedupeHighest"
"yarnDedupeHighest",
"npmDedupe"
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"pre-commit": {
"enabled": true
},
Expand Down

0 comments on commit 6c71b2d

Please sign in to comment.