Skip to content

Commit

Permalink
Add some renovate bot plugins and the updaters
Browse files Browse the repository at this point in the history
* Do not add docker plugin: dprint/dprint-plugin-dockerfile#7
* Do not enable nix updater in renovate, use selfup to sync with other CIs
  • Loading branch information
kachick committed May 16, 2024
1 parent 0748c17 commit e3136a8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"github>kachick/renovate-config-dprint#1.1.0"
],
"labels": ["dependencies", "renovate"],
"nix": {
"enabled": false
}
}
16 changes: 14 additions & 2 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@
"json": {
"trailingCommas": "never"
},
"markdown": {},
"markdown": {
},
"toml": {
},
"malva": {
"quotes": "preferSingle"
},
"markup": {
},
"plugins": [
"https://plugins.dprint.dev/json-0.19.2.wasm",
"https://plugins.dprint.dev/markdown-0.16.4.wasm"
"https://plugins.dprint.dev/markdown-0.16.4.wasm",
"https://plugins.dprint.dev/toml-0.6.1.wasm",
"https://plugins.dprint.dev/sql-0.2.0.wasm",
"https://plugins.dprint.dev/g-plane/malva-v0.3.1.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.8.0.wasm"
]
}

0 comments on commit e3136a8

Please sign in to comment.