Skip to content

Commit

Permalink
ci(renovate): Use my preset for automerge (#108)
Browse files Browse the repository at this point in the history
Don't add a reviewer from Renovate and lint the config with pre-commit.ci.
  • Loading branch information
5ouma authored Nov 21, 2024
1 parent 47b7a05 commit 5dc0b1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
addReviewers: true
addAssignees: author
reviewers: [5ouma]
skipUsers: ["renovate[bot]"]
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"dependencyDashboard": false,
"extends": ["github>5ouma/utils"],
"labels": ["⛓️ Dependencies"]
}
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ci:
chore(fix): Auto fixes from pre-commit.com hooks
For more information, see https://pre-commit.ci.
autoupdate_commit_msg: "chore(deps): Bump pre-commit hook"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -36,6 +35,12 @@ repos:
hooks:
- id: actionlint

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.23.0
hooks:
- id: renovate-config-validator
files: (^|/).?(renovate(?:rc)?|default)(?:\.json5?)?$

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
hooks:
Expand Down

0 comments on commit 5dc0b1e

Please sign in to comment.