Skip to content

Commit c11c0ea

Browse files
committed
🔧 Update renovate config
Also roll setup-uv action
1 parent 8ef2f2d commit c11c0ea

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: astral-sh/setup-uv@v6
12+
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
1313
with:
1414
enable-cache: true
1515
- run: uv run ./bin/lint

renovate.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
"customManagers:githubActionsVersions",
6+
"helpers:pinGitHubActionDigests"
57
],
68
"configMigration": true,
79
"packageRules": [
@@ -10,6 +12,33 @@
1012
"matchDepNames": [
1113
"ruff"
1214
],
15+
"addLabels": [
16+
"renovate:automerge"
17+
],
18+
"automerge": true
19+
},
20+
21+
{
22+
"groupName": "Linter dependencies",
23+
"description": "Group linter updates",
24+
"matchFileNames": [
25+
".pre-commit-config.yaml"
26+
],
27+
"addLabels": [
28+
"renovate:automerge"
29+
],
30+
"automerge": true
31+
},
32+
{
33+
"groupName": "GitHub Actions dependencies",
34+
"description": "Group GitHub Actions updates",
35+
"matchFileNames": [
36+
".github/**/*.yaml",
37+
".github/**/*.yml"
38+
],
39+
"addLabels": [
40+
"renovate:automerge"
41+
],
1342
"automerge": true
1443
}
1544
],

0 commit comments

Comments
 (0)