File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " monthly"
12+ groups :
13+ gh-actions-packages :
14+ patterns :
15+ - " *"
Original file line number Diff line number Diff line change 1919 pull-requests : write # Required to create a pull request
2020 steps :
2121 - name : Checkout the repository
22- uses : actions/checkout@v2
22+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2323 - name : Download ghcommit CLI
2424 run : |
2525 curl https://github.com/planetscale/ghcommit/releases/download/v0.1.48/ghcommit_linux_amd64 -o /usr/local/bin/ghcommit -L
You can’t perform that action at this time.
0 commit comments