Skip to content

Commit

Permalink
chore(actions): move dependency management to renovatebot (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasco Ramos <[email protected]>
  • Loading branch information
renovate[bot] and vascoalramos authored Nov 29, 2022
1 parent bf63287 commit b37123f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "chore", "release": "patch"},
{"type": "chore", "scope": "deps", "release": "patch"},
{"type": "refactor", "release": "patch"}
]
}],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
Expand Down
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"semanticCommitType": "chore",
"semanticCommitScope": "actions"
}
]
}

0 comments on commit b37123f

Please sign in to comment.