[Scummvm-git-logs] scummvm-web master -> 9daf24065eedce78c732fce4335499733210c880
Thunderforge
noreply at scummvm.org
Tue Feb 20 00:32:15 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
9daf24065e WEB: Ignore phpstan patch releases
Commit: 9daf24065eedce78c732fce4335499733210c880
https://github.com/scummvm/scummvm-web/commit/9daf24065eedce78c732fce4335499733210c880
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2024-02-19T18:32:12-06:00
Commit Message:
WEB: Ignore phpstan patch releases
Patch releases happen almost weekly and don't have anything useful for the website. We can skip these updates.
Changed paths:
.github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7df38924..9584544b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,3 +9,6 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
+ ignore:
+ - dependency-name: "phpstan/phpstan"
+ update-types: ["version-update:semver-patch"]
More information about the Scummvm-git-logs
mailing list