Skip to content

Commit

Permalink
Merge pull request #421 from shunichironomura/fix-renovate-config
Browse files Browse the repository at this point in the history
Convert renovate config to JSON5 and fix matchDepTypes
  • Loading branch information
shunichironomura authored Jan 3, 2025
2 parents 507cf30 + 120540e commit 17243de
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
31 changes: 0 additions & 31 deletions renovate.json

This file was deleted.

31 changes: 31 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
],
labels: [
"dependencies",
],
packageRules: [
{
matchCategories: [
"ci",
],
addLabels: [
"ci",
],
},
{
matchManagers: [
"pep621",
],
matchDepTypes: [
"dependency-groups",
],
addLabels: [
"dev dependencies",
],
automerge: true,
},
],
}

0 comments on commit 17243de

Please sign in to comment.