ci:cd/ Improve GitHub Actions workflow (#34)

* ci/cd: Add dependabot.yml
* ci/cd: Update build-and-test.yml script
* ci/cd: Update publish.yml script
* doc: Update README.md
This commit is contained in:
Carlos D. Álvaro
2020-09-28 08:05:49 +02:00
committed by GitHub
parent b41f0daa78
commit d99fc7e9cb
5 changed files with 187 additions and 145 deletions

7
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"