Skip to content

Commit f2438ec

Browse files
committed
Group any Github action update into a single PR
When using a non-release version of cicd-workflows a lot of PRs are created otherwise. Which creates load on CI and triggers a bug in docs gh-pages deployment. See eclipse-score/docs-as-code#404
1 parent 0fcb250 commit f2438ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ updates:
2020
all-in-one:
2121
patterns:
2222
- "*"
23-
update-types:
24-
- "minor"
25-
- "patch"
23+
# update-types: not used by intention
24+
# When using a non-release version of cicd-workflows a lot of PRs will be created by dependabot otherwise
2625

2726
- package-ecosystem: cargo
2827
directory: /

0 commit comments

Comments
 (0)