ci: add dependabot (#699)
* ci: add dependabot Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update .github/dependabot.yml Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> * fix: use correct structure for ignore Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
This commit is contained in:
co-authored by
Matthieu Darbois
parent
b5b1b15a09
commit
f294cab7aa
@@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Maintain dependencies for GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "actions/*"
|
||||||
|
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|
||||||
Reference in New Issue
Block a user