Skip to content

Commit 08797c1

Browse files
authored
Merge pull request #35 from python-humanize/renovate/configure
2 parents 90b3a01 + 44ccdf5 commit 08797c1

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"labels": ["changelog: skip", "dependencies"],
5+
"packageRules": [
6+
{
7+
"groupName": "github-actions",
8+
"matchManagers": ["github-actions"],
9+
"separateMajorMinor": "false"
10+
}
11+
],
12+
"schedule": ["on the first day of the month"]
13+
}

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ repos:
4444
- repo: https://github.com/pre-commit/pre-commit-hooks
4545
rev: v4.2.0
4646
hooks:
47+
- id: check-json
4748
- id: check-merge-conflict
4849
- id: check-toml
4950
- id: check-yaml

0 commit comments

Comments
 (0)