Skip to content

Commit 1c3c5e2

Browse files
authored
Merge pull request #2 from chrisgavin/dependabot
Enable Dependabot.
2 parents f3316e9 + e7fd10f commit 1c3c5e2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

.github/workflows/dependabot-automerge.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
workflow_call: {}
3+
pull_request: {}
34

45
permissions:
56
contents: write

0 commit comments

Comments
 (0)