Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 6e750d9

Browse files
liblafgithub-actions[bot]
authored andcommitted
ci(repo): sync with repo template
1 parent f5632fc commit 6e750d9

File tree

4 files changed

+26
-59
lines changed

4 files changed

+26
-59
lines changed

.github/dependabot.yaml

-58
This file was deleted.

.github/renovate.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", "default:automergeAll"],
4+
"gitIgnoredAuthors": ["66853113+pre-commit-ci[bot]@users.noreply.github.com"]
5+
}

.github/workflows/stale.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Stale
2+
3+
on:
4+
schedule:
5+
- cron: 0 0 * * *
6+
7+
jobs:
8+
stale:
9+
name: Stale
10+
permissions:
11+
contents: write
12+
issues: write
13+
pull-requests: write
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Stale
17+
uses: actions/stale@v9

.pre-commit-config.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ci:
44
skip:
55
- cspell
66
repos:
7+
- repo: https://github.com/commitizen-tools/commitizen
8+
rev: v3.15.0
9+
hooks:
10+
- id: commitizen
711
- repo: https://github.com/pre-commit/mirrors-prettier
812
rev: v3.1.0
913
hooks:
@@ -31,7 +35,6 @@ repos:
3135
- repo: https://github.com/python-jsonschema/check-jsonschema
3236
rev: 0.28.0
3337
hooks:
34-
- id: check-dependabot
3538
- id: check-github-workflows
3639
- repo: https://github.com/sirosen/texthooks
3740
rev: 0.6.4

0 commit comments

Comments
 (0)