Skip to content

Commit 73e6fce

Browse files
committed
chore: enable dependabot for GHA
Signed-off-by: John McCall <john@overturemaps.org>
1 parent 523774b commit 73e6fce

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
updates:
4+
5+
# Maintain GitHub Actions dependencies
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
open-pull-requests-limit: 5
11+
labels:
12+
- "bot"
13+
commit-message:
14+
prefix: "[CHORE](deps)"
15+
include: "scope"

0 commit comments

Comments
 (0)