Skip to content

Commit

Permalink
Create dependabot.yml (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
jdillard and AA-Turner authored Oct 5, 2023
1 parent 3be2a74 commit 263dbf8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
# Name for the group, which will be used in PR titles and branch names
all-github-actions:
# Group all updates together
patterns:
- "*"

0 comments on commit 263dbf8

Please sign in to comment.