File tree 1 file changed +17
-8
lines changed
1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 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
+ ---
6
2
version : 2
7
3
updates :
8
- - package-ecosystem : " " # See documentation for possible values
9
- directory : " /" # Location of package manifests
4
+ - package-ecosystem : " github-actions "
5
+ directory : " /"
10
6
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
You can’t perform that action at this time.
0 commit comments