Skip to content

Commit

Permalink
chore: tell dependabot to watch for github-actions updates (#164)
Browse files Browse the repository at this point in the history
With this, dependabot can suggest updating github-actions to newest version, because actions also come with new versions.
  • Loading branch information
stigalvestad committed Feb 27, 2024
1 parent 5842551 commit 2e6ddf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 2e6ddf6

Please sign in to comment.