From f33493d460aee02fbd7b97b6fec5fac263121b3e Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Sat, 7 Sep 2024 18:08:25 +1200 Subject: [PATCH 1/4] Fix incorrect copyright statement in LICENSE file. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index cc08bc1..f331e2a 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 The University of Waikato, Hamilton, New Zealand. + Copyright 2024 Brad Cowie Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From e1ff1804b068e660ec9bb786a408cf5c2430f5b6 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Sat, 7 Sep 2024 18:08:33 +1200 Subject: [PATCH 2/4] Add sponsorship information. --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5739302 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +--- +github: + - gizmoguy From 7bd31e4b028126780d7ffa34a1f182d673ae510e Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Sat, 7 Sep 2024 18:09:03 +1200 Subject: [PATCH 3/4] Change dependabot checks to weekly. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64284b9..23c4cb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" From 9e0fb15848262f3339e81bef4c51f079e6e0e9ff Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Sat, 7 Sep 2024 18:09:09 +1200 Subject: [PATCH 4/4] Update list of supported platforms. --- meta/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 9d77fb2..91726c5 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -14,9 +14,13 @@ galaxy_info: versions: - buster - bullseye + - bookworm + - trixie - name: Ubuntu versions: - focal + - jammy + - noble galaxy_tags: []