Skip to content

Commit

Permalink
ci(dependabot): 🔧 update configuration
Browse files Browse the repository at this point in the history
change schedule to monthly. group prs into production and development dependencies.
  • Loading branch information
JoseVSeb committed Mar 16, 2024
1 parent 308cedc commit 35334bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "@types/vscode"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"conventionalCommits.scopes": ["dependabot"]
}

0 comments on commit 35334bf

Please sign in to comment.