Skip to content

Commit

Permalink
renovate: prevent update of local packages api and pkg/k8s
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jun 20, 2023
1 parent 471d7a2 commit f2683c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@
"fileFilters": ["**/**"],
"executionMode": "branch"
}
},
{
// do not update those packages as they are replaced by the local copy
// see https://github.com/cilium/tetragon/blob/7623babdf54e9a38326420c1b188308f6cf96fff/go.mod#L178-L179
"matchPackagePatterns": ["github.com/cilium/tetragon/api", "github.com/cilium/tetragon/pkg/k8s"],
"matchManagers": ["gomod"],
"enabled": false
}
]
}

0 comments on commit f2683c8

Please sign in to comment.