Skip to content

Commit

Permalink
Enable renovate (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 29, 2024
1 parent 509a37e commit bcfe811
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"autoApprove": true,
"automerge": true,
"automergeStrategy": "squash",
"configMigration": true,
"pre-commit": {
"enabled": true
}
}
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ ci:
- pip-compile
- deps
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.85.0
hooks:
- id: renovate-config-validator
args: [--strict]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
hooks:
Expand Down Expand Up @@ -49,7 +54,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/ansible/ansible-lint
rev: v24.7.0
rev: v24.12.2
hooks:
- id: ansible-lint
language_version: python3.10 # minimal supported officially
Expand Down

0 comments on commit bcfe811

Please sign in to comment.