Skip to content

Commit

Permalink
chore(ci/dependabot): remove timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 12, 2023
1 parent 0c12b26 commit 2f33bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ updates:
- AliMD
schedule:
interval: daily
time: "04:00"
timezone: "Asia/Tehran"
time: "00:30"
day: "thursday"
labels:
- ci
Expand All @@ -29,8 +28,7 @@ updates:
- AliMD
schedule:
interval: daily
time: "04:00"
timezone: "Asia/Tehran"
time: "00:30"
day: "thursday"
labels:
- dependencies
Expand Down Expand Up @@ -59,8 +57,7 @@ updates:
- AliMD
schedule:
interval: daily
time: "04:00"
timezone: "Asia/Tehran"
time: "00:30"
day: "thursday"
labels:
- ci
Expand All @@ -73,8 +70,7 @@ updates:
- AliMD
schedule:
interval: daily
time: "04:00"
timezone: "Asia/Tehran"
time: "00:30"
day: "thursday"
labels:
- ci
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 2f33bcc

Please sign in to comment.