Skip to content

Commit b95aff2

Browse files
committed
ci: update dependabot
1 parent 153a39d commit b95aff2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ updates:
1212
schedule:
1313
interval: "monthly"
1414
versioning-strategy: increase
15-
# This option has no impact on security updates, which have a separate,
16-
# internal limit of ten open pull requests.
17-
open-pull-requests-limit: 0
15+
open-pull-requests-limit: 20
16+
rebase-strategy: "disabled"
1817

1918
# Maintain dependencies for npm
2019
- package-ecosystem: "npm"
2120
directory: "/"
2221
schedule:
2322
interval: "monthly"
2423
versioning-strategy: increase
25-
# This option has no impact on security updates, which have a separate,
26-
# internal limit of ten open pull requests.
27-
open-pull-requests-limit: 0
24+
open-pull-requests-limit: 20
25+
rebase-strategy: "disabled"

0 commit comments

Comments
 (0)