Merge pull request #38737 from kurtmckee/add-dependabot-for-actions

Add a Dependabot configuration to autoupdate GitHub action versions
pull/38782/head
Simon L 2 years ago committed by GitHub
commit 7903b42d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/dependabot.yml

@ -171,3 +171,12 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris

Loading…
Cancel
Save