Skip to content

Commit

Permalink
chore: use renovate instead of dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
faergeek committed Feb 23, 2024
1 parent d3d6243 commit 6ffd878
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
5 changes: 1 addition & 4 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"body-max-line-length": [0, "never"]
}
"extends": ["@commitlint/config-conventional"]
}
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": ["config:base", ":semanticCommits"],
"lockFileMaintenance": { "enabled": true },
"rangeStrategy": "update-lockfile"
}

0 comments on commit 6ffd878

Please sign in to comment.