Skip to content

Commit

Permalink
Merge pull request #98 from kaitj/maint/dependabot
Browse files Browse the repository at this point in the history
Add dependabot config
  • Loading branch information
kaitj authored Feb 16, 2024
2 parents bd322f8 + 71a077b commit 392fb7a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`.
# (You don't need to specify `/.github/workflows` for `directory`.
# You can use `directory: "/"`.)
directory: "/"
# Run on first of each month
schedule:
interval: "monthly"
# Group to submit a single PR if possible
groups:
github-actions:
patterns:
- "*"

0 comments on commit 392fb7a

Please sign in to comment.