Skip to content

Commit

Permalink
operator: Disable update of repo-internal dependencies (#11023)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored Nov 3, 2023
1 parent 6d82292 commit c6ddd70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"matchBaseBranches": ["release-2.9.x","release-2.8.x"],
"packagePatterns": ["*"],
"enabled": false
},
{
"matchFileNames": [ "operator/go.mod" ],
"matchPackageNames": [
"github.com/grafana/loki",
"github.com/grafana/loki/operator/apis/loki"
],
"enabled": false
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit c6ddd70

Please sign in to comment.