From f357d3083e0357179b7e6f02d17bda9e58fa4978 Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Fri, 29 Jul 2022 17:00:39 +0000 Subject: [PATCH] updated dependabot --- .github/dependabot.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a43bccaef2102..33e8d2aca74a2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" time: "06:00" timezone: "America/Chicago" labels: [] @@ -28,17 +28,20 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" time: "06:00" timezone: "America/Chicago" commit-message: prefix: "chore" labels: [] + ignore: + update-types: + - version-update:semver-patch - package-ecosystem: "npm" directory: "/site/" schedule: - interval: "weekly" + interval: "monthly" time: "06:00" timezone: "America/Chicago" commit-message: @@ -50,11 +53,12 @@ updates: - dependency-name: "@types/node" update-types: - version-update:semver-major + - version-update:semver-patch - package-ecosystem: "terraform" directory: "/examples/templates" schedule: - interval: "weekly" + interval: "monthly" time: "06:00" timezone: "America/Chicago" commit-message: