Skip to content

Commit

Permalink
ci(renovate): replace dependabot with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Apr 30, 2023
1 parent 1554393 commit 7205a41
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ci:
autofix_commit_msg: "chore: auto fixes from `pre-commit` hooks"
autoupdate_commit_msg: "chore(pre-commit): autoupdate"
autoupdate_schedule: quarterly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand All @@ -14,8 +19,8 @@ repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-renovate

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
Expand Down
14 changes: 14 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"automergeStrategy": "squash",
"commitMessageAction": "update",
"dependencyDashboard": true,
"extends": ["config:base"],
"labels": ["deps"],
"platformAutomerge": true,
"pre-commit": {
"enabled": true
},
"semanticCommits": "enabled"
}

0 comments on commit 7205a41

Please sign in to comment.