Skip to content

Commit

Permalink
Merge pull request #46 from buildtool/dependabot_actions
Browse files Browse the repository at this point in the history
chore: add GH Actions check
  • Loading branch information
peter-svensson authored Sep 30, 2022
2 parents c5a0dc4 + 83f6286 commit 327be70
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 327be70

Please sign in to comment.