aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
Commit message (Collapse)AuthorAge
* Reuse scripts defined in 'package.json' (also should fix issue where ↵Libravatar Vijay A2021-07-08
| | | | submodule was not getting updated in overnight process).
* Separated version number bump into the 'develop' branch from 'nightly' ↵Libravatar Vijay Raghavan Aravamudhan2021-07-06
| | | | | branch (#1610) * Separated version number bump into the 'develop' branch so that the commit SHA appearing in 'About' will remain unchanged
* Fixing github templates for PRs. [skip ci]Libravatar Vijay A2021-07-02
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Simplified the scheduled nightly build since the linter and tests are ↵Libravatar Vijay A2021-06-30
| | | | anyways run on the different OS-based jobs.
* Split up the dependency updates into its own scheduled job and to be run on ↵Libravatar Vijay A2021-06-30
the 'develop' branch instead of 'nightly' branch