Skip to content

Commit

Permalink
Introduce renovate-config-dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 28, 2024
1 parent 1f8e24b commit da200ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"enabledManagers": ["nix", "regex"],
"extends": [
"github>kachick/renovate-config-dprint#1.3.0",
"github>kachick/renovate-config-dprint:self"
],
"labels": ["dependencies", "renovate"],
"nix": {
"enabled": false
},
"ignoreDeps": [
"crate-ci/typos"
],
"schedule": ["on Tuesday"]
}

0 comments on commit da200ce

Please sign in to comment.