Skip to content

Commit

Permalink
Allow dependabot to update GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Rick M <[email protected]>
  • Loading branch information
kingthorin authored Oct 26, 2024
1 parent 481ea77 commit d988694
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 @@
version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit d988694

Please sign in to comment.