Skip to content

Commit

Permalink
ci: fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Sep 15, 2024
1 parent d4655c2 commit 4a7ef19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Asia/Shanghai",
"schedule": ["after 11pm on friday"],
"extends": ["config:recommended"],
"extends": ["config:recommended", "schedule:weekly"],
"ignorePaths": ["**/tests/**", "**/node_modules/**"],
"packageRules": [
// Use chore as semantic commit type for commit messages
Expand Down

0 comments on commit 4a7ef19

Please sign in to comment.