Skip to content

Commit

Permalink
chore:(ci/dependabot): schedule (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored Dec 19, 2023
2 parents bba236c + 64e802a commit 4014d57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ updates:
reviewers:
- AliMD
schedule:
interval: daily
interval: weekly
time: "00:30"
day: "thursday"
labels:
- ci
- priority-low
Expand All @@ -25,7 +27,9 @@ updates:
reviewers:
- AliMD
schedule:
interval: daily
interval: weekly
time: "00:30"
day: "thursday"
labels:
- dependencies
- ci
Expand All @@ -52,7 +56,9 @@ updates:
reviewers:
- AliMD
schedule:
interval: daily
interval: weekly
time: "00:30"
day: "thursday"
labels:
- ci
- priority-low
Expand All @@ -63,7 +69,9 @@ updates:
reviewers:
- AliMD
schedule:
interval: daily
interval: weekly
time: "00:30"
day: "thursday"
labels:
- ci
- priority-low
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.useEditorConfig": true,
Expand Down

0 comments on commit 4014d57

Please sign in to comment.