diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-02-16 22:34:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 22:34:27 +0100 |
commit | 4fe4eef458cc4dc59f584c3b1522780bd4f49c4c (patch) | |
tree | 5ab69d93074f7c54cff160cfc4faa2e9c5990d9c /.github | |
parent | 1bfd001cf6add6cb99d5231502c8c19e8dce910a (diff) | |
parent | 3f133f62aafac3739f87db9e35cabbe3eed61900 (diff) | |
download | nextcloud-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.yml | 4 |
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" |