Skip to content

Commit 5c1d7df

Browse files
dependabot update github actions (#27)
by default open pull requesst limit is 5 which seems fine 20 is too much
1 parent 7db5bc3 commit 5c1d7df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
2+
73
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
4+
- package-ecosystem: npm
5+
directory: /
6+
schedule:
7+
interval: daily
8+
9+
- package-ecosystem: github-actions
10+
directory: /
1011
schedule:
11-
interval: "daily"
12-
open-pull-requests-limit: 20
12+
interval: daily

0 commit comments

Comments
 (0)