Skip to content

Commit

Permalink
dependabot: Enable automatic github actions updates
Browse files Browse the repository at this point in the history
It should be useful to update the various actions/checkout@v4 references
which change version once in a while.
  • Loading branch information
cfergeau committed Dec 21, 2023
1 parent 016d4d4 commit df025ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/tools"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit df025ad

Please sign in to comment.