Skip to content

Commit 5c2eebd

Browse files
authored
Replace dependabot with renovate (#526)
1 parent 272d109 commit 5c2eebd

File tree

3 files changed

+11
-24
lines changed

3 files changed

+11
-24
lines changed

.github/dependabot.yml

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

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// SPDX-FileCopyrightText: 2024 Aminda Suomalainen <[email protected]>
2+
//
3+
// SPDX-License-Identifier: CC0-1.0
4+
{
5+
extends: ["github>the-draupnir-project/.github:renovate-shared"],
6+
}

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ repos:
3333
name: linter
3434
entry: corepack yarn lint --cache --quiet
3535
language: system
36+
- repo: https://github.com/python-jsonschema/check-jsonschema
37+
rev: 0.29.2
38+
hooks:
39+
- id: check-renovate
40+
additional_dependencies: ["pyjson5"]

0 commit comments

Comments
 (0)