Skip to content

Commit d8429ad

Browse files
ci: update GitHub template files
1 parent 25af2e0 commit d8429ad

3 files changed

Lines changed: 34 additions & 32 deletions

File tree

.github/renovate.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
":disableDependencyDashboard",
5+
":semanticPrefixFixDepsChoreOthers",
6+
":ignoreModulesAndTests",
7+
"workarounds:all",
8+
"helpers:pinGitHubActionDigestsToSemver",
9+
"docker:disable"
10+
],
11+
"rangeStrategy": "bump",
12+
"ignorePaths": ["**/node_modules/**"],
13+
"packageRules": [
14+
{
15+
"groupName": "github-actions",
16+
"matchManagers": ["github-actions"]
17+
},
18+
{
19+
"groupName": "npm-packages",
20+
"description": "Group patch+minor updates, keep majors separate",
21+
"matchManagers": ["npm"],
22+
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"],
23+
"matchUpdateTypes": ["patch", "minor", "major"],
24+
"separateMajorMinor": true
25+
},
26+
{
27+
"description": "Disable package manager version updates",
28+
"matchPackageNames": ["pnpm"],
29+
"matchDepTypes": ["packageManager"],
30+
"enabled": false
31+
}
32+
]
33+
}

.github/renovate.json5

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

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
shopt -s globstar
3535
find . -name '*.png' -exec pngquant --ext .png 256 {} \;
3636
37-
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
37+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

0 commit comments

Comments
 (0)