Compare commits

..

No commits in common. "31564787d17701df26ecc5b3d44775ff0b714264" and "d0f5f5652879c77658a572c7e8de70873a829a86" have entirely different histories.

4 changed files with 4 additions and 16 deletions

View File

@ -1,10 +0,0 @@
// SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
//
// SPDX-License-Identifier: CC0-1.0
/** @format */
{
extends: ["local>Mikaela/shell-things:.renovate-shared"],
baseBranches: ["master", "lfs-media"],
}

1
.gitignore vendored
View File

@ -13,4 +13,3 @@ vendor/
*_original *_original
.cache/** .cache/**
node_modules/** node_modules/**
pnpm-lock.yaml

View File

@ -62,14 +62,14 @@ repos:
] ]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6 rev: 0.28.5
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-workflows - id: check-github-workflows
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v4.0.2 rev: v3.1.0a1
hooks: hooks:
- id: reuse - id: reuse
exclude: ^.cache\/.*$ exclude: ^.cache\/.*$
@ -78,7 +78,7 @@ repos:
hooks: hooks:
- id: prettier - id: prettier
name: prettier name: prettier
entry: corepack pnpm exec prettier --cache --ignore-unknown --write entry: pnpm exec prettier --cache --ignore-unknown --write
language: system language: system
# Better handled by pretty-format-json from pre-commit-hooks. # Better handled by pretty-format-json from pre-commit-hooks.
# Remember to have *.json in .prettierignore! # Remember to have *.json in .prettierignore!

View File

@ -3,6 +3,5 @@
"@prettier/plugin-xml": "3.4.1", "@prettier/plugin-xml": "3.4.1",
"prettier": "3.3.2", "prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0" "prettier-plugin-sh": "0.14.0"
}, }
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
} }