Skip to content

Commit d8d1bbf

Browse files
authored
dependabot: ingore OPA updates (#3334)
We decided to ignore automatically updating OPA dependencies. It was already done in #3332 (comment) & #3320 (comment) This PR is to add visibility and we will run `@dependabot unignore ...` after merging. See [`ignore` docs](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore) Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent c7fbb80 commit d8d1bbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ updates:
1313
all-go-mod-patch-and-minor:
1414
patterns: ["*"]
1515
update-types: ["patch", "minor"]
16+
ignore:
17+
- dependency-name: "github.com/open-policy-agent/opa"
18+
- dependency-name: "github.com/open-policy-agent/opa-envoy-plugin"
1619
- package-ecosystem: "github-actions"
1720
directory: "/" # For GitHub Actions, set the directory to / to check for workflow files in .github/workflows
1821
schedule:

0 commit comments

Comments
 (0)