Skip to content

Commit

Permalink
[super-agent] Disable flux on renovatebot (#1368)
Browse files Browse the repository at this point in the history
#### Is this a new chart
No

#### What this PR does / why we need it:

My mail is being flooded by flux upgrades because the PR of the upgrade
is not being merged.

We do not want to merge it (yet) and we will upgrade flux if it is
needed. If we remove the PR from renovate we remove also the possibility
of merging it by mistake.

#### Checklist
- [ ] Chart Version bumped
- [ ] Variables are documented in the README.md
- [x] Title of the PR starts with chart name (e.g. `[mychartname]`)
  • Loading branch information
kang-makes committed May 17, 2024
1 parent 5a80f5f commit da9a537
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
"patch"
],
"enabled": true
},
{
// Disable Flux for now.
"matchPackageNames": [
"flux",
"flux2",
],
"enabled": false
}
],
"customManagers": [
Expand Down

0 comments on commit da9a537

Please sign in to comment.