Skip to content

Commit

Permalink
chore: bump go and vault versions, add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed May 24, 2024
1 parent faab4d8 commit b8d961e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See GitHub's docs for more information on this file:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "hashicorp/*"
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
- "vault-enterprise:1.11.12-ent"
- "vault-enterprise:1.12.11-ent"
- "vault-enterprise:1.13.13-ent"
- "vault-enterprise:1.14.11-ent"
- "vault-enterprise:1.15.7-ent"
- "vault-enterprise:1.16.1-ent"
- "vault-enterprise:1.14.12-ent"
- "vault-enterprise:1.15.8-ent"
- "vault-enterprise:1.16.2-ent"
- "vault:latest"
services:
vault:
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.6
1.22.3

0 comments on commit b8d961e

Please sign in to comment.