Skip to content

Commit

Permalink
Merge pull request #1057 from Nordix/enable-dependabot
Browse files Browse the repository at this point in the history
Enable dependabot for updating github actions
  • Loading branch information
ljkiraly authored Feb 19, 2025
2 parents 7dffce6 + b311d21 commit 6a009bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
groups:
gh-actions:
patterns:
- "*"

0 comments on commit 6a009bc

Please sign in to comment.