Skip to content

Commit f14d97f

Browse files
authored
feat: add dependabot
1 parent 258dd1f commit f14d97f

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/dependabot.yml

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
1+
---
62
version: 2
73
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
106
schedule:
11-
interval: "weekly"
7+
interval: daily
8+
open-pull-requests-limit: 5
9+
labels:
10+
- "skip-changelog"
11+
reviewers:
12+
- redhat-developer/extester-maintainers
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"
17+
open-pull-requests-limit: 20
18+
versioning-strategy: increase
19+
reviewers:
20+
- redhat-developer/extester-maintainers

0 commit comments

Comments
 (0)