From db98804d5b6467e33d68e51f77d6eab3caf7baaf Mon Sep 17 00:00:00 2001 From: Thomas Van Dort Date: Tue, 19 Nov 2024 14:34:49 -0500 Subject: [PATCH 1/2] Add fides-js to dependabot. --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 02f691fb0d..4d0feaedb1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -24,6 +24,14 @@ updates: - dependencies - javascript - dependabot + - package-ecosystem: npm + directory: "/clients/fides-js" + schedule: + interval: weekly + labels: + - dependencies + - javascript + - dependabot - package-ecosystem: github-actions directory: "/" schedule: From 2c46821da79eb82a7babc90c7d2b2ce1813cbd0e Mon Sep 17 00:00:00 2001 From: Thomas Van Dort Date: Fri, 13 Dec 2024 15:44:37 -0500 Subject: [PATCH 2/2] Target only @iabtechlabtcf and @iabgpp packages. --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4d0feaedb1..b348be051e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -32,6 +32,12 @@ updates: - dependencies - javascript - dependabot + allow: + - dependency-name: "@iabtechlabtcf*" + dependency-type: "direct" + - dependency-name: "@iabgpp*" + dependency-type: "direct" + - package-ecosystem: github-actions directory: "/" schedule: