From d2f601f97159c11ad109197cbde793bf3817842e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Eikeland?= Date: Mon, 28 Oct 2024 10:56:20 +0100 Subject: [PATCH 1/2] chore(dependabot): adding group for fusion-wc-* --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14239e570..138ef0899 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,9 +15,11 @@ updates: applies-to: version-updates patterns: - "@ag-grid-community/*" + fusion-wc: + applies-to: version-updates + patterns: + - "@equinor/fusion-wc-*" - package-ecosystem: "github-actions" - # Workflow files stored in the - # default location of `.github/workflows` directory: "/" schedule: interval: "weekly" \ No newline at end of file From 9db9506f5cacbc9d687b0d32345651cb8418edf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Eikeland?= Date: Thu, 21 Nov 2024 13:39:25 +0100 Subject: [PATCH 2/2] chore(dependabot): added comments back to dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 138ef0899..7a8c6d4a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: patterns: - "@equinor/fusion-wc-*" - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` directory: "/" schedule: interval: "weekly" \ No newline at end of file