Skip to content

Commit e104bda

Browse files
authored
fix dependabot.yml (#972)
Towards #971 - #971 The dependabot script appear broken. This copies the config from maplibre-gl-js, which we know work. ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [ ] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section.
1 parent 6af3165 commit e104bda

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/dependabot.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
16
version: 2
27
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
510
schedule:
611
interval: "daily"
7-
open-pull-requests-limit: 2
12+
open-pull-requests-limit: 20
813
versioning-strategy: increase
914
- package-ecosystem: "github-actions"
1015
directory: "/"
1116
schedule:
1217
interval: "daily"
13-
open-pull-requests-limit: 2
14-
versioning-strategy: increase

0 commit comments

Comments
 (0)