Code Review
/
portal-ng
/
ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
521ac20
)
Configure dependabot not to create PR's for major versions
59/140859/1
master
author
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Thu, 8 May 2025 14:31:34 +0000
(16:31 +0200)
committer
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Thu, 8 May 2025 14:31:34 +0000
(16:31 +0200)
Issue-ID: PORTALNG-144
Change-Id: I163cd13bae640d43bb0e444bddcfe6b6203e72d1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
.github/dependabot.yml
patch
|
blob
|
history
diff --git
a/.github/dependabot.yml
b/.github/dependabot.yml
index
8979dd8
..
93d7a42
100644
(file)
--- a/
.github/dependabot.yml
+++ b/
.github/dependabot.yml
@@
-10,6
+10,11
@@
updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"
+ ignore:
+ # For all deps
+ - dependency-name: "*"
+ # ignore all major updates
+ update-types: ["version-update:semver-major"]
# Enable version updates for Docker
- package-ecosystem: "docker"