diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 80d8f0a9..e1d6b2a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,7 @@ updates: - AliMD schedule: interval: daily - time: "04:00" - timezone: "Asia/Tehran" + time: "00:30" day: "thursday" labels: - ci @@ -29,8 +28,7 @@ updates: - AliMD schedule: interval: daily - time: "04:00" - timezone: "Asia/Tehran" + time: "00:30" day: "thursday" labels: - dependencies @@ -59,8 +57,7 @@ updates: - AliMD schedule: interval: daily - time: "04:00" - timezone: "Asia/Tehran" + time: "00:30" day: "thursday" labels: - ci @@ -73,8 +70,7 @@ updates: - AliMD schedule: interval: daily - time: "04:00" - timezone: "Asia/Tehran" + time: "00:30" day: "thursday" labels: - ci diff --git a/.vscode/settings.json b/.vscode/settings.json index 74dfd5b2..8eb45717 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,