Skip to content

Commit

Permalink
chore: add renovate excludePath for avalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
calinah committed Nov 13, 2023
1 parent c04e72d commit eb49ca3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"ignorePaths": [
],

"ignoreDeps": [
],
"ignoreDeps": ["avaplatform/avalanchego],
"pinDigests": true,

"enabledManagers": ["helm-values", "helmv3", "regex"],

"excludeCommitPaths": ["../charts/avalanche/**"],

"regexManagers": [
{
"datasourceTemplate": "docker",
Expand Down

0 comments on commit eb49ca3

Please sign in to comment.