From 4919bf668a95e144de58e61d51c01012f20f55ea Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 16 Nov 2025 10:34:20 +0000 Subject: [PATCH 1/2] Add dependabot.yml config file --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..06d44638 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly + groups: + actions: + patterns: + - "*" \ No newline at end of file From 5301d5fc40d37aff019d6e122308a8df0f7fd8a8 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 16 Nov 2025 18:24:26 -0600 Subject: [PATCH 2/2] Add trailing newline --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 06d44638..5c563144 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: groups: actions: patterns: - - "*" \ No newline at end of file + - "*"