Skip to content

Commit

Permalink
Add dependabot for automated dependency updates
Browse files Browse the repository at this point in the history
Dependabot will perform weekly checks of the Github actions used in CI.
When a newer version is found a pull request is opened to suggest a lift.
  • Loading branch information
bjosv committed Apr 9, 2024
1 parent db3863c commit 936b75f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Automated dependency updates.
#
# For configuration options see:
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

0 comments on commit 936b75f

Please sign in to comment.