Skip to content

Commit

Permalink
Dedent dependabot labels (#1028)
Browse files Browse the repository at this point in the history
[CI](https://github.com/argoproj-labs/hera/runs/23618695838) had error

```
The property '#/updates/0/schedule' contains additional properties ["labels"] outside of the schema when none are allowed
```

Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
  • Loading branch information
elliotgunton authored Apr 9, 2024
1 parent f5bed91 commit fe0cdce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ updates:
day: "monday"
time: "10:00"
timezone: "America/New_York"
labels:
- "python"
- "semver:patch"
- "type:dependency-upgrade"
labels:
- "python"
- "semver:patch"
- "type:dependency-upgrade"
groups:
patches: # groups all patches into 1 PR
update-types:
Expand Down

0 comments on commit fe0cdce

Please sign in to comment.