From e471b8ae5f33e141a72333a14ba35cc8b6ad1f5e Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Fri, 10 May 2024 11:44:28 -0400 Subject: [PATCH] Revert Dependabot configuration changelog: Internal, Security Tooling, Configure Dependabot for security updates, major Stylelint releases --- .github/dependabot.yml | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36287129e08..1f4413fa60a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,32 +4,12 @@ updates: directory: / schedule: interval: daily - groups: - sync-all-versions: - applies-to: version-updates - patterns: - - '@18f/identity-design-system' - - libphonenumber-js - sync-major-versions: - applies-to: version-updates - patterns: - - stylelint - update-types: - - major - security: - applies-to: security-updates - patterns: - - '*' + allow: + - dependency-name: '@18f/identity-design-system' + - dependency-name: libphonenumber-js - package-ecosystem: bundler directory: / schedule: interval: daily - groups: - sync-all-versions: - applies-to: version-updates - patterns: - - phonelib - security: - applies-to: security-updates - patterns: - - '*' + allow: + - dependency-name: phonelib