Skip to content

Commit

Permalink
Use renovate (#10422)
Browse files Browse the repository at this point in the history
* Use renovate

* Add more ignore
  • Loading branch information
bluwy committed Apr 19, 2024
1 parent f214ae7 commit 91219a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"ignoreDeps": [
// manually bumping
"@biomejs/biome",
"@types/node",
"sharp",

// follow vite deps version
"postcss-load-config",
],
}
13 changes: 0 additions & 13 deletions .github/workflows/nightly.yml

This file was deleted.

0 comments on commit 91219a5

Please sign in to comment.