* ci/cd: Add dependabot.yml * ci/cd: Update build-and-test.yml script * ci/cd: Update publish.yml script * doc: Update README.md
8 lines
162 B
YAML
8 lines
162 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|