Skip to content

Commit

Permalink
Update last tested version to 2024.3 and add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Aug 18, 2024
1 parent 3804fcd commit b7679e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit b7679e0

Please sign in to comment.