diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afac372..c61c584 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: /backend schedule: interval: weekly + day: monday + time: "09:00" open-pull-requests-limit: 5 labels: - dependencies @@ -29,6 +31,8 @@ updates: directory: /frontend schedule: interval: weekly + day: monday + time: "09:00" open-pull-requests-limit: 5 labels: - dependencies @@ -54,6 +58,8 @@ updates: directory: / schedule: interval: weekly + day: monday + time: "09:00" labels: - dependencies - github-actions diff --git a/frontend/.npmrc b/frontend/.npmrc new file mode 100644 index 0000000..a65c06a --- /dev/null +++ b/frontend/.npmrc @@ -0,0 +1 @@ +minimum-release-age=259200000