From 3b6278c3f73b239289d006c8b9ce146708270dad Mon Sep 17 00:00:00 2001 From: Ike Walker Date: Tue, 31 Mar 2026 08:52:51 -0400 Subject: [PATCH] Add labels to Dependabot configuration --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c23067..46b57ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + labels: + - "fundamentals" + - "dependencies"