diff options
| author | Pravin Kamble <iampbkamble@gmail.com> | 2026-01-05 18:19:11 +0530 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-05-08 16:20:09 +0200 |
| commit | c8d1c36daeba4662ba3645442aad3911985ae31e (patch) | |
| tree | a48ae65843d094ff4c00fdeffc621bd246f626bb | |
| parent | 2c88423e6b63dc3bfce1bf2062d1a58a9525b106 (diff) | |
Set cooldown in dependabot.
| -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 |
