Skip to content

Commit

Permalink
Clean up dependabot config (#898)
Browse files Browse the repository at this point in the history
Made it internally consistent by removing quotes, and making everything daily. Removed the limit for open PRs as we haven't used that, and the other ecosystem stanzas don't have it. Removed the docker stanza for the root as there is no Dockerfile there.
  • Loading branch information
mhutchinson authored Aug 14, 2023
1 parent 1a4be96 commit 967e344
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"

- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
interval: daily

- package-ecosystem: docker
directory: /binary_transparency/firmware/cmd/ft_personality
Expand Down

0 comments on commit 967e344

Please sign in to comment.