File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ groups : # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
8+ breaking :
9+ update-types :
10+ - " major"
11+ nonbreaking : # Group together nonbreaking upgrades
12+ update-types :
13+ - " minor"
14+ - " patch"
15+ reviewers :
16+ - " ves-event-bus-infra"
17+ labels :
18+ - " Event Bus"
19+ - " dependencies"
20+ - " dependency-shepherd"
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 deploy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-python@v4
14+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15+ - uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
1616 with :
1717 python-version : 3.x
18- - uses : actions/cache@v3
18+ - uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
1919 with :
2020 key : ${{ github.ref }}
2121 path : .cache
You can’t perform that action at this time.
0 commit comments