From 350b5e47915c0739d1589a82b7f5a8efe282d9aa Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Wed, 17 Sep 2025 13:11:37 -0700 Subject: [PATCH 1/2] Add dependabot configuration This should enable weekly checks for any new dependency versions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..56e323a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file From 4f669c2faff358bcfebb5a8ee9250cf7e20ee4fe Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Wed, 17 Sep 2025 17:24:09 -0700 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Arthit Suriyawongkul Signed-off-by: Gary O'Neall --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56e323a8..3cddd8cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,6 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + labels: + - "dependencies"