[Scummvm-git-logs] scummvm-web master -> dd5cc69a8e427299e714d73041073205a0cfa6c2

Thunderforge noreply at scummvm.org
Mon Apr 17 14:01:27 UTC 2023


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:
dd5cc69a8e Create dependabot.yml


Commit: dd5cc69a8e427299e714d73041073205a0cfa6c2
    https://github.com/scummvm/scummvm-web/commit/dd5cc69a8e427299e714d73041073205a0cfa6c2
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2023-04-17T09:01:24-05:00

Commit Message:
Create dependabot.yml

Sets up Dependabot for the repo. 

Previously, only high severity security issues would result in dependency PRs created. Now everything is eligible. This should help with staying up to date for the website.

Changed paths:
  A .github/dependabot.yml


diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..7df38924
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "composer" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "weekly"




More information about the Scummvm-git-logs mailing list