[Scummvm-git-logs] scummvm-web master -> b97478af0712cf913c724ebdffa71633c8ffd0fa
lephilousophe
noreply at scummvm.org
Sat Jan 31 09:15:00 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
b97478af07 GITHUB: Update eslint grouping and make it have priority
Commit: b97478af0712cf913c724ebdffa71633c8ffd0fa
https://github.com/scummvm/scummvm-web/commit/b97478af0712cf913c724ebdffa71633c8ffd0fa
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-01-31T10:13:57+01:00
Commit Message:
GITHUB: Update eslint grouping and make it have priority
Changed paths:
.github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0196210f..b5438d2d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,13 +26,15 @@ updates:
interval: "weekly"
day: "friday"
groups:
- patch-releases:
- applies-to: version-updates
- update-types:
- - "patch"
eslint:
patterns:
- "@eslint/*"
- - "@typescript-eslint/*"
+ - "@stylistic/eslint-plugin"
- "eslint"
+ - "eslint-config-preact"
- "globals"
+ - "typescript-eslint"
+ patch-releases:
+ applies-to: version-updates
+ update-types:
+ - "patch"
More information about the Scummvm-git-logs
mailing list