Skip to content

Commit 25dcb3c

Browse files
update gh actions
1 parent 832dc08 commit 25dcb3c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
4-
"enabledManagers": ["custom.regex", "pep621"],
4+
"enabledManagers": ["custom.regex", "github-actions", "pep621"],
55
"includePaths": [
66
"pyproject.toml",
77
"uv.lock",
88
"scripts/split_tox_gh_actions/templates/test_group.jinja",
9-
"scripts/split_tox_gh_actions/templates/test_orchestrator.jinja"
9+
"scripts/split_tox_gh_actions/templates/test_orchestrator.jinja",
10+
".github/workflows/test.yml",
11+
".github/workflows/test-integrations-*.yml"
1012
],
1113
"lockFileMaintenance": {
1214
"enabled": true
@@ -23,7 +25,7 @@
2325
},
2426
{
2527
"description": "Group GitHub Actions updates.",
26-
"matchManagers": ["custom.regex"],
28+
"matchManagers": ["custom.regex", "github-actions"],
2729
"matchDatasources": ["github-tags"],
2830
"groupName": "GitHub Actions",
2931
"groupSlug": "github-actions",

0 commit comments

Comments
 (0)