Skip to content

Commit

Permalink
chore: bump go and vault versions, add dependabot (#2245)
Browse files Browse the repository at this point in the history
* chore: bump go and vault versions, add dependabot

* Update .github/dependabot.yml
  • Loading branch information
fairclothjm authored Jun 10, 2024
1 parent 05ce7ce commit 3fca3dd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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: "weekly"
allow:
- dependency-name: "hashicorp/*"
# Defines a group by package name, for security updates for golang dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
golang:
applies-to: security-updates
patterns:
- "golang.org*"
- "google.golang.org*"
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 3fca3dd

Please sign in to comment.