diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fd581b..cc12f3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,11 @@ updates: schedule: interval: daily cooldown: - default-days: 7 + default-days: 30 - package-ecosystem: npm directory: / schedule: interval: daily cooldown: - default-days: 7 + default-days: 30 diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..b435032 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +min-release-age = 7