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

2
vagrant/Vagrantfile vendored
View File

@@ -62,7 +62,7 @@ Vagrant.configure("2") do |config|
"metal_lb_speaker_tag_version" => "v0.13.4",
"metal_lb_controller_tag_version" => "v0.13.4",
"metal_lb_ip_range" => "192.168.30.80-192.168.30.90",
"retry_count" => "30"}
"retry_count" => "60"}
}
ansible.host_vars = {
"control1" => {