Pin GitHub Actions to SHA + Dependabot (#62)

* feat(repo): Add dependabot

* fix(ci): clean up

* fix(gh-actions): pin to sha

* fix(lint): fixing yaml lint

* feat(repo): Add dependabot

* fix(vagrant): up retry count to 60 because gh actions are sloooooow
This commit is contained in:
Techno Tim
2022-08-30 23:15:15 -05:00
committed by GitHub
parent 56f8f21850
commit 74e1dc1dfe
4 changed files with 17 additions and 6 deletions

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

@@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "auto"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]