Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#272)
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 3cf3bce commit 9a40ee8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"enabledManagers": ["nix", "regex"],
"enabledManagers": [
"nix",
"custom.regex"
],
"extends": [
"github>kachick/renovate-config-dprint#1.3.0",
"github>kachick/renovate-config-dprint:self"
],
"labels": ["dependencies", "renovate"],
"labels": [
"dependencies",
"renovate"
],
"nix": {
"enabled": false
},
"ignoreDeps": [
"crate-ci/typos"
],
"schedule": ["on Tuesday"]
"schedule": [
"on Tuesday"
]
}

0 comments on commit 9a40ee8

Please sign in to comment.