Skip to content

Commit

Permalink
add exlusion to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Mar 27, 2024
1 parent 1c3fcee commit b7e27eb
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": [
"config:recommended"
],
"excludeCommitPaths": [".github/**"],
"assignees": ["coutug"],
"flux": {
"fileMatch": ["app/*.yaml"]
Expand All @@ -23,20 +24,11 @@
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/coutug/mini-app"],
"registryUrls": ["ghcr.io"],
"postUpgradeTasks": {
"commands": [
"bash scripts/bump-chart-version.sh '{{{parentDir}}}' '{{{isMajor}}}' '{{{isMinor}}}' '{{{isPatch}}}'"
],
"fileFilters": ["**/Chart.yaml"],
"executionMode": "branch"
}
"registryUrls": ["ghcr.io"]
},
{
"matchManagers": ["flux"],
"matchPackageNames": ["mini-app"]
}
],
"allowPostUpgradeCommandTemplating": true,
"allowedPostUpgradeCommands": ["^.*"]
]
}

0 comments on commit b7e27eb

Please sign in to comment.