Skip to content

Commit

Permalink
Fix apache#22466 Add github actions dependency updates with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Jul 28, 2022
1 parent b0b9c68 commit dcf7967
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ updates:
- dependency-name: "com.google.api.grpc:grpc-*"
- dependency-name: "com.google.http-client:*"
- dependency-name: "com.google.apis:google-api-services-*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
# Allow all official github actions
- dependency-name: "actions/*"
# Allow specific github actions
- dependency-name: "codecov/codecov-action*"
- dependency-name: "docker/setup-qemu-action*"
- dependency-name: "google-github-actions/setup-gcloud*"
- dependency-name: "hashicorp/setup-terraform*"

0 comments on commit dcf7967

Please sign in to comment.