Skip to content

Commit a81e5da

Browse files
committed
remove dependabot
1 parent 596fcc1 commit a81e5da

5 files changed

+35
-19
lines changed
File renamed without changes.
File renamed without changes.

.github/dependabot.yml

-17
This file was deleted.

.github/renovate.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"automerge": true,
7+
"lockFileMaintenance": {
8+
"enabled": true,
9+
"schedule": [
10+
"on friday before 3pm"
11+
]
12+
},
13+
"pre-commit": {
14+
"enabled": true,
15+
"schedule": [
16+
"on the first day of the month before 6am"
17+
],
18+
"packageRules": [
19+
{
20+
"groupName": "pre-commit hooks",
21+
"groupSlug": "pre-commit",
22+
"labels": [
23+
"pre-commit",
24+
"dependencies"
25+
],
26+
"matchDepTypes": ["repository"]
27+
}
28+
]
29+
},
30+
"labels": [
31+
"renovate"
32+
]
33+
}

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- repo: https://github.com/python-jsonschema/check-jsonschema
2929
rev: 0.31.0
3030
hooks:
31-
- id: check-dependabot
31+
- id: check-renovate
3232
args: ["--verbose"]
3333
- id: check-github-workflows
3434
args: ["--verbose"]
@@ -53,6 +53,6 @@ repos:
5353
- id: validate-pyproject
5454

5555
- repo: https://github.com/crate-ci/typos
56-
rev: dictgen-v0.3.1
56+
rev: v1.29.5
5757
hooks:
5858
- id: typos

0 commit comments

Comments
 (0)