From 65af115e6b37757e0888420a88c8f4787fe93ab5 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 12 Aug 2023 20:40:56 +0200 Subject: [PATCH] Only update versions every month --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c592ca..440dae3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,15 @@ # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "bundler" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly"