aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-02-16 22:34:27 +0100
committerGitHub <noreply@github.com>2022-02-16 22:34:27 +0100
commit4fe4eef458cc4dc59f584c3b1522780bd4f49c4c (patch)
tree5ab69d93074f7c54cff160cfc4faa2e9c5990d9c /.github
parent1bfd001cf6add6cb99d5231502c8c19e8dce910a (diff)
parent3f133f62aafac3739f87db9e35cabbe3eed61900 (diff)
downloadnextcloud-server-4fe4eef458cc4dc59f584c3b1522780bd4f49c4c.tar.gz
nextcloud-server-4fe4eef458cc4dc59f584c3b1522780bd4f49c4c.zip
Merge pull request #31216 from nextcloud/td/noid/update-dependabot
only security updates for 21
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 02d491a942a..b235a696a6f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -71,7 +71,7 @@ updates:
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
+ update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: npm
directory: "/"
@@ -126,7 +126,7 @@ updates:
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
+ update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: composer
directory: "/build/integration"