Skip to content

Commit 96ee6b6

Browse files
authored
Merge pull request #51 from hsluv/make-github-dependabot-keep-our-github-actions-up-to-date
Make GitHub Dependabot keep our GitHub Actions up to date
2 parents 1686614 + 1ac7cdb commit 96ee6b6

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)