Skip to content

Commit

Permalink
Merge pull request #38737 from kurtmckee/add-dependabot-for-actions
Browse files Browse the repository at this point in the history
Add a Dependabot configuration to autoupdate GitHub action versions
  • Loading branch information
szaimen authored Jun 12, 2023
2 parents 63bf207 + 0164dd0 commit 7903b42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7903b42

Please sign in to comment.