mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-16 18:07:25 +02:00
Compare commits
3 Commits
d0f5f56528
...
31564787d1
Author | SHA1 | Date | |
---|---|---|---|
31564787d1 | |||
09aac32112 | |||
814b2d9172 |
10
.github/renovate.json5
vendored
Normal file
10
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// 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
1
.gitignore
vendored
@ -13,3 +13,4 @@ vendor/
|
||||
*_original
|
||||
.cache/**
|
||||
node_modules/**
|
||||
pnpm-lock.yaml
|
||||
|
@ -62,14 +62,14 @@ repos:
|
||||
]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.28.5
|
||||
rev: 0.28.6
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-workflows
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v3.1.0a1
|
||||
rev: v4.0.2
|
||||
hooks:
|
||||
- id: reuse
|
||||
exclude: ^.cache\/.*$
|
||||
@ -78,7 +78,7 @@ repos:
|
||||
hooks:
|
||||
- id: prettier
|
||||
name: prettier
|
||||
entry: pnpm exec prettier --cache --ignore-unknown --write
|
||||
entry: corepack pnpm exec prettier --cache --ignore-unknown --write
|
||||
language: system
|
||||
# Better handled by pretty-format-json from pre-commit-hooks.
|
||||
# Remember to have *.json in .prettierignore!
|
||||
|
@ -3,5 +3,6 @@
|
||||
"@prettier/plugin-xml": "3.4.1",
|
||||
"prettier": "3.3.2",
|
||||
"prettier-plugin-sh": "0.14.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user