Skip to content

Commit 7d1457b

Browse files
authored
Merge pull request #7 from kosli-dev/mbevc1-patch-1
chore: Add Dependabot configuration for updates
2 parents 2d92ef7 + 9a0cd00 commit 7d1457b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
# GitHub Actions
7+
- package-ecosystem: "github-actions"
8+
open-pull-requests-limit: 10
9+
directory: "/"
10+
schedule:
11+
# Check for updates to GitHub Actions every week
12+
interval: "weekly"
13+
day: "tuesday"
14+
time: "11:00"
15+
groups:
16+
github-actions-dependencies:
17+
patterns:
18+
- "*"
19+
update-types:
20+
- "minor"
21+
- "patch"
22+
labels:
23+
- "dependencies"

0 commit comments

Comments
 (0)