Skip to content

Commit

Permalink
Merge pull request #2384 from WordPress/feature/add-dependabot-config…
Browse files Browse the repository at this point in the history
…-for-ghactions
  • Loading branch information
GaryJones authored Sep 14, 2023
2 parents b4caf96 + dd9b567 commit e02529f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Dependabot configuration.
#
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "09:00"
open-pull-requests-limit: 5
commit-message:
prefix: "GH Actions:"
labels:
- "Type: Chores/Cleanup"

0 comments on commit e02529f

Please sign in to comment.