Skip to content

Commit

Permalink
ci: enable dependabot version updates for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann authored Feb 5, 2024
1 parent d7f1061 commit 2715899
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ updates:
# Always increase the version requirement
# to match the new version.
versioning-strategy: increase

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`.
# (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 2715899

Please sign in to comment.