Skip to content

Commit

Permalink
Configure dependabot strategy (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 3, 2024
1 parent 351da23 commit 9b69154
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,24 @@ updates:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: increase
open-pull-requests-limit: 2
open-pull-requests-limit: 3
groups:
dependencies:
patterns:
- "*"
update-types: [minor, patch]
exclude-patterns:
- "@types/vscode"
- "vscode-extension-tester"
extester:
# Separated as it is likely to also require tuning our test code for passing
update-types: [major, minor, patch]
patterns:
- "vscode-extension-tester"
ignore:
# requires ESM https://github.com/ansible/vscode-ansible/issues/1225
- dependency-name: chai
versions: ["5.x"]
update-types: ["version-update:semver-major"]
# @types/vscode should be manually bumped when we also update
# engines.vscode inside package.json
- dependency-name: "@types/vscode"
Expand Down

0 comments on commit 9b69154

Please sign in to comment.