diff options
author | Valery Piashchynski <[email protected]> | 2021-08-02 21:12:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-02 21:12:12 +0300 |
commit | 31752d8bd20294c7d52cd3612fbf18e44ce42637 (patch) | |
tree | bca88867ef3a1c1a6fea1ced7859346839e38e88 /.github/dependabot.yml | |
parent | c90c11b92e229280477a9b049e65ca1048825dd4 (diff) |
Update CI, move all tests to the single source of truth - makefile
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c561205..dac8ce13 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: daily - + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily |