Skip to content

Commit 83bd737

Browse files
authored
Merge pull request #3423 from purificant/_dependabot
ci: automate ci github action updates with dependabot
2 parents e96cce0 + 3527f45 commit 83bd737

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for GitHub Actions
4+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
5+
- package-ecosystem: github-actions
6+
directory: /
7+
schedule:
8+
interval: monthly
9+
open-pull-requests-limit: 5
10+
groups:
11+
# Group all GitHub Actions updates into a single PR
12+
github-actions:
13+
patterns:
14+
- "*"
15+
commit-message:
16+
prefix: ci
17+
include: scope

0 commit comments

Comments
 (0)