Skip to content

Commit

Permalink
Fix #22466 Add github actions dependency updates with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Aug 10, 2022
1 parent 434427e commit 3031a3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ 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 only automatic updates for official github actions
# Other github-actions require approval from INFRA
- dependency-name: "actions/*"

0 comments on commit 3031a3d

Please sign in to comment.