Skip to content

Commit 1ac7cdb

Browse files
committed
Make GitHub Dependabot keep our GitHub Actions up to date
.. through pull requests
1 parent 1686614 commit 1ac7cdb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) 2024 Sebastian Pipping <sebastian@pipping.org>
2+
# Licensed under the MIT license, see file LICENSE.txt
3+
4+
version: 2
5+
updates:
6+
7+
- package-ecosystem: "github-actions"
8+
commit-message:
9+
include: "scope"
10+
prefix: "Actions"
11+
directory: "/"
12+
labels:
13+
- "enhancement"
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)