Skip to content

Commit dba2802

Browse files
committed
feat: dependabot
1 parent 593ec37 commit dba2802

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+
# Dependabot: dependency update PRs. No repo-level "enable" needed for public repos;
2+
# add this file and Dependabot runs. For org/private repos ensure Dependabot is
3+
# allowed in org/repo Security & analysis settings.
4+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
#
6+
# Groups: one PR per directory. GitHub Actions PRs run CI when .github/workflows or .github/actions change.
7+
version: 2
8+
updates:
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: monthly
13+
day: monday
14+
open-pull-requests-limit: 1
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"
19+
labels:
20+
- dependencies
21+
- workflows
22+
commit-message:
23+
prefix: build(deps)

0 commit comments

Comments
 (0)