Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#922)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 3c60131 commit db8508c
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,31 @@
"github>kachick/renovate-config-dprint#1.3.0",
"github>kachick/renovate-config-dprint:self"
],
"labels": ["dependencies", "renovate"],
"enabledManagers": ["nix", "regex", "dockerfile"],
"labels": [
"dependencies",
"renovate"
],
"enabledManagers": [
"nix",
"custom.regex",
"dockerfile"
],
"nix": {
"enabled": true
},
"packageRules": [
{
"extends": ["schedule:weekly"],
"matchPackagePrefixes": ["dprint"]
"extends": [
"schedule:weekly"
],
"matchPackageNames": [
"dprint{/,}**"
]
},
{
"matchPackageNames": ["kachick/dprint-plugin-kdl"],
"matchPackageNames": [
"kachick/dprint-plugin-kdl"
],
"allowedVersions": "<0.2.0"
}
]
Expand Down

0 comments on commit db8508c

Please sign in to comment.