Skip to content

Commit

Permalink
chore: synced local '.github/dependabot.yml' with remote 'templates/.…
Browse files Browse the repository at this point in the history
…releaserc.json'
  • Loading branch information
grisha87 committed Feb 13, 2024
1 parent 9c8c7af commit cc7fb02
Showing 1 changed file with 13 additions and 31 deletions.
44 changes: 13 additions & 31 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: "beta"
schedule:
interval: "weekly"
groups:
dev-deps-regular:
dependency-type: "development"
update-types:
- "minor"
- "patch"
prod-deps-regular:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-deps-breaking:
dependency-type: "development"
update-types:
- "major"
prod-deps-breaking:
dependency-type: "production"
update-types:
- "major"
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successComment": false
}
]
]
}

0 comments on commit cc7fb02

Please sign in to comment.