Skip to content

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPlowman committed Apr 3, 2024
1 parent 2152543 commit 2322bf7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ update_configs:
- package_manager: "javascript"
directory: "/sandbox"
update_schedule: "live"
groups:
sandbox-dependencies:
applies-to: version-updates
patterns:
- "*"
automerged_updates:
- match:
dependency_type: "all"
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end_of_line = lf
[Makefile]
indent_style = tab

[*.{xml,js,json,yaml}]
[*.{xml,js,json,yaml,yml}]
indent_size = 2

[*.postman_collection.json]
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ smoketest-report.xml
env
.dir-locals.el
*.pyc

openapitools.json

0 comments on commit 2322bf7

Please sign in to comment.