Skip to content

Commit

Permalink
dependabot: don’t update few modules that we are not ready to pick up…
Browse files Browse the repository at this point in the history
… yet.

Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
  • Loading branch information
chirino committed Mar 18, 2024
1 parent e45d2c9 commit 3b566a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
ignore:
# we need to update our derp integration to pickup the latest tailscale upates.
- dependency-name: "tailscale.com"
# the new opa brings in a new prometheus dep wich is not compatible with other modules.
- dependency-name: "github.com/open-policy-agent/opa"

0 comments on commit 3b566a6

Please sign in to comment.