Skip to content

Commit

Permalink
Merge pull request #93 from element-hq/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
robintown authored Jul 30, 2024
2 parents fb6af7a + fa08bce commit 09a9c29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 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
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:weekly"]
}
]
}

0 comments on commit 09a9c29

Please sign in to comment.