Skip to content

Commit b9711e4

Browse files
emmanuelironarchEmmanuel UkohaSarahJaine
authored
Add dependency-shepherd label to dependabot.yml (#133)
Co-authored-by: Emmanuel Ukoha <eukoha@ironarchtec.com> Co-authored-by: Sarah-Jaine Szekeresh <SarahJaine@users.noreply.github.com>
1 parent 532bb4a commit b9711e4

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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"

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)