Skip to content

Commit

Permalink
Merge pull request #2231 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
Add GitHub Actions to Dependabot config
  • Loading branch information
iancanderson committed Mar 9, 2021
2 parents 8e64743 + 1b94811 commit d7f4202
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -10,6 +10,16 @@ updates:
separator: "-"
open-pull-requests-limit: 99
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "10:00"
timezone: Europe/Vienna
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
rebase-strategy: disabled
- package-ecosystem: npm
directory: "/"
schedule:
Expand Down

0 comments on commit d7f4202

Please sign in to comment.