From b7679e0e9adb668434d02faa8807c245bf293e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Sun, 18 Aug 2024 08:57:04 +0200 Subject: [PATCH] Update last tested version to 2024.3 and add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ buildVars.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..50617c0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "weekly" + groups: + actions-minor: + update-types: + - minor + - patch diff --git a/buildVars.py b/buildVars.py index 004b4aa..d4d22d3 100644 --- a/buildVars.py +++ b/buildVars.py @@ -32,7 +32,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion": "2023.3", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2024.1", + "addon_lastTestedNVDAVersion": "2024.3", # Add-on update channel (default is stable or None) "addon_updateChannel": None, }