Skip to content

Commit

Permalink
Remove some dependabot jobs (#152)
Browse files Browse the repository at this point in the history
1. We don't have the image at frontend/mariner2 anymore, so that is not
   needed at all
2. For go deps, ignore major/minor version updates which can all be
   tricky for transative (or shared) upstream dependencies.

Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 authored Feb 23, 2024
1 parent de57779 commit 54c41fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ updates:
schedule:
interval: weekly

- package-ecosystem: docker
directory: /frontend/mariner2
schedule:
interval: weekly

- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 54c41fc

Please sign in to comment.