Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dependabot hack to monitor for new protoc releases #667

Merged
merged 1 commit into from
Jun 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/protoc-dependabot-hack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
# This file will never actually run, and simply exists as a hack to trigger dependabot
# to notify us if protobuf issues a new release that we should upgrade to
name: Dependabot hack
on: # yamllint disable-line rule:truthy
push:
branches:
- never-trigger-this-dependabot-hack-workflow

jobs:

dependabot_hack:
name: Ensure dependabot version checks
runs-on: ubuntu-20.04
steps:

# update the version in these places manually when Dependabot proposes a change to it here:
# 1. the version in main.yml used to install protoc
- uses: protocol-buffers/protobuf@v3.12.4