-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
You can get more information about eMule at | ||
http://www.emule-project.net"""), | ||
# version | ||
"addon_version": "14.1.0", | ||
"addon_version": "18.0.0", | ||
# Author(s) | ||
"addon_author": u"Noelia <[email protected]>, Chris <[email protected]>, Alberto <[email protected]>", | ||
# URL for the add-on documentation support | ||
|
@@ -32,7 +32,7 @@ | |
# Minimum NVDA version supported (e.g. "2018.3") | ||
"addon_minimumNVDAVersion": "2024.1", | ||
# 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, | ||
} | ||
|