File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
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 ],
You can’t perform that action at this time.
0 commit comments