Skip to content

Commit

Permalink
ci(repo): sync with repo template
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf authored and github-actions[bot] committed Feb 25, 2024
1 parent 890a265 commit c1be455
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 59 deletions.
58 changes: 0 additions & 58 deletions .github/dependabot.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "default:automergeAll"],
"gitIgnoredAuthors": ["66853113+pre-commit-ci[bot]@users.noreply.github.com"]
}
17 changes: 17 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Stale

on:
schedule:
- cron: 0 0 * * *

jobs:
stale:
name: Stale
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Stale
uses: actions/stale@v9
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ repos:
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.15.0
hooks:
- id: commitizen
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
hooks:
Expand Down Expand Up @@ -53,7 +57,6 @@ repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
hooks:
- id: check-dependabot
- id: check-github-workflows
- repo: https://github.com/python-poetry/poetry
rev: 1.7.1
Expand Down

0 comments on commit c1be455

Please sign in to comment.