Skip to content

Commit

Permalink
dependabot: ingore OPA updates (#3334)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
MustafaSaber authored Dec 6, 2024
1 parent c7fbb80 commit d8d1bbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ updates:
all-go-mod-patch-and-minor:
patterns: ["*"]
update-types: ["patch", "minor"]
ignore:
- dependency-name: "github.com/open-policy-agent/opa"
- dependency-name: "github.com/open-policy-agent/opa-envoy-plugin"
- package-ecosystem: "github-actions"
directory: "/" # For GitHub Actions, set the directory to / to check for workflow files in .github/workflows
schedule:
Expand Down

0 comments on commit d8d1bbf

Please sign in to comment.