forked from plus3it/tardigrade-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (23 loc) · 1.03 KB
/
dependabot_hack.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Support creating Dependabot PRs for GitHub releases
# Dependabot supports updating GitHub Actions (this file) whenever a project creates
# a new tag/release. By listing the projects/tools in the action, we get a PR
# from Dependabot for any release of these projects. The version is then parsed
# from this file, in the `*/install` targets in the tardigrade-ci `Makefile`.
# Pinning tool versions this way should be a last resort, since GitHub prevents
# services like Mergify from automatically merging pull requests that modify
# `.github/workflows`. Only add a tool here if there is no other option for pinning
# the version.
name: Dependabot hack
on:
push:
branches:
- never-trigger-this-dependabot-hack-workflow
jobs:
dependabot_hack:
name: Track project/tool versions with Dependabot
runs-on: ubuntu-20.04
steps:
# Keep these sorted alphabetically by <user>/<repo>, separated by an empty line
- uses: boxboat/[email protected]
- uses: gruntwork-io/[email protected]
- uses: stedolan/[email protected]