706b788177
* add package management and build * add GA workflows * add build files * change build permissions * add MinVer and GitHub source link * get packing right
6 lines
256 B
YAML
6 lines
256 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions" # search for actions - there are other options available
|
|
directory: "/" # search in .github/workflows under root `/`
|
|
schedule:
|
|
interval: "weekly" # check for action update every week |