Skip to content

Commit 024acbc

Browse files
authored
fix: replace dependabot with renovate (#2035)
1 parent 18ea075 commit 024acbc

File tree

3 files changed

+13
-38
lines changed

3 files changed

+13
-38
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
ci:
3+
# We rely on renovate to update it but there is no way to fully disable it
4+
# https://github.com/pre-commit-ci/issues/issues/83
5+
autoupdate_schedule: quarterly
6+
skip:
7+
- renovate-config-validator # container limits
28
default_language_version:
39
# ensures that we get same behavior on CI(s) as on local machines
410
python: python3.11
@@ -8,6 +14,12 @@ exclude: >
814
.tox
915
)$
1016
repos:
17+
- repo: https://github.com/renovatebot/pre-commit-hooks
18+
rev: 41.91.1
19+
hooks:
20+
- id: renovate-config-validator
21+
alias: renovate
22+
args: [--strict]
1123
- repo: https://github.com/rbubley/mirrors-prettier
1224
rev: "v3.6.2"
1325
hooks:

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["github>ansible/actions//config/renovate.json"]
44
}

0 commit comments

Comments
 (0)