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 4565b6e..354634d 100644 --- a/buildVars.py +++ b/buildVars.py @@ -29,7 +29,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion": "2023.2", # 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, }