Skip to content

Commit

Permalink
Disable dependabot for github actions
Browse files Browse the repository at this point in the history
We don't get much value from dependabot for github actions - they basically just work until they don't, and then we can upgrade as needed. It doesn't know how to update our workflow-gen tool, so it isn't convenient at all.
  • Loading branch information
josephdecock committed Feb 11, 2025
1 parent 1274511 commit d609826
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit d609826

Please sign in to comment.