Skip to content

Commit

Permalink
Merge pull request #8896 from github/henrymercer/dependabot-actions-u…
Browse files Browse the repository at this point in the history
…pdates

Enable Dependabot updates for Actions
  • Loading branch information
henrymercer authored Apr 27, 2022
2 parents 39753d5 + 60ebf4d commit 295c0fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ updates:
directory: "ruby/autobuilder"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch', 'version-update:semver-minor']

0 comments on commit 295c0fc

Please sign in to comment.