Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #401 from kachick/renovate/dprint-dprint-0.x
Browse files Browse the repository at this point in the history
Update dependency dprint/dprint to v0.33.0
  • Loading branch information
kachick committed Nov 24, 2022
2 parents 8b3d149 + 159c350 commit 9afb22c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,3 +1,3 @@
nodejs 18.12.1
dprint 0.32.2
dprint 0.33.0
crystal 1.6.2
12 changes: 3 additions & 9 deletions dprint.json
Expand Up @@ -2,8 +2,7 @@
"json": {
"associations": ["**/*.{json5}"]
},
"markdown": {
},
"markdown": {},
"typescript": {
"quoteStyle": "preferSingle",
"useBraces": "always",
Expand All @@ -17,16 +16,11 @@
"singleQuote": true
},
"includes": ["**/*.{json,json5,ts,cjs,js,mjs,md,yml}"],
"excludes": [
".git",
"lib",
"bin",
".ameba.yml"
],
"excludes": [".git", "lib", "bin", ".ameba.yml"],
"plugins": [
"https://plugins.dprint.dev/json-0.16.0.wasm",
"https://plugins.dprint.dev/markdown-0.14.2.wasm",
"https://plugins.dprint.dev/typescript-0.78.0.wasm",
"https://plugins.dprint.dev/prettier-0.13.0.json@dc5d12b7c1bf1a4683eff317c2c87350e75a5a3dfcc127f3d5628931bfb534b1"
"https://plugins.dprint.dev/prettier-0.15.0.json@ff80be22d9d596d17a1ca0767e2cbdddd518cf7d23773045ab90d12dfc63f5d5"
]
}
2 changes: 1 addition & 1 deletion examples/.tool-versions
Expand Up @@ -5,7 +5,7 @@ clojure 1.11.1.1200
crystal 1.6.2
deno 1.28.1
direnv 2.32.1
dprint 0.32.2
dprint 0.33.0
elixir 1.14.2
elm 0.19.1
erlang 25.1.2
Expand Down
16 changes: 3 additions & 13 deletions renovate.json
@@ -1,29 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"extends": [
"config:base",
"github>kachick/renovate-config-dprint:plugins",
"local>kachick/renovate-config-asdf"
],
"extends": ["config:base", "github>kachick/renovate-config-dprint:plugins", "local>kachick/renovate-config-asdf"],
"enabledManagers": ["npm", "github-actions", "regex"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchPackagePatterns": ["*"],
"rangeStrategy": "bump"
},
{
"matchPackageNames": ["nodejs/node"],
"allowedVersions": "/^v?18\\./"
}
],
"labels": [
"renovate",
"dependencies",
"ignore-this-label-just-for-trigger-renovate-34d839"
],
"labels": ["renovate", "dependencies", "ignore-this-label-just-for-trigger-renovate-34d839"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
Expand Down

0 comments on commit 9afb22c

Please sign in to comment.