diff options
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 389286a8..bad4ec60 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "monday" time: "12:00" timezone: "Europe/Oslo" # hipp hipp hurra + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: / @@ -15,3 +17,5 @@ updates: day: "monday" time: "12:00" timezone: "Europe/Oslo" # hipp hipp hurra + cooldown: + default-days: 7 |
