Skip to content

Commit

Permalink
Configure Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jul 30, 2024
1 parent 942625a commit d5384ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@
"check": "yarn exec biome -- check",
"types": "yarn exec tsc -- --noEmit"
},
"keywords": [
"compound",
"design tokens",
"style dictionary",
"css"
],
"files": [
"./assets/web/**/*",
"./icons/**/*"
],
"keywords": ["compound", "design tokens", "style dictionary", "css"],
"files": ["./assets/web/**/*", "./icons/**/*"],
"main": "assets/web/js/index.js",
"type": "module",
"exports": {
Expand Down
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:base", "group:allNonMajor", "schedule:weekly"],
"semanticCommits": "disabled"
}

0 comments on commit d5384ce

Please sign in to comment.