From 0827324bb737dd411ec7f5a021130a4ac1bdd305 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 10 Sep 2025 08:44:02 +0000
Subject: [PATCH 1/4] docs: update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b246989..f4135bd 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Pull requests are welcome. For major changes, please open an issue first to disc
From 16b5dee3242014dc589a8c7ed6beb9e6aa957244 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 10 Sep 2025 08:44:03 +0000
Subject: [PATCH 2/4] docs: update .all-contributorsrc
---
.all-contributorsrc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 76d2e33..4202af3 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -14,7 +14,9 @@
"avatar_url": "https://avatars.githubusercontent.com/u/195377855?v=4",
"profile": "https://github.com/TrickiyALT",
"contributions": [
- "ideas"
+ "ideas",
+ "bug",
+ "design"
]
}
]
From ca8dad8a043f459d1683fa5d55e4711d569611f8 Mon Sep 17 00:00:00 2001
From: NellowTCS
Date: Thu, 11 Sep 2025 10:30:33 -0600
Subject: [PATCH 3/4] Create dependabot.yml
---
.github/dependabot.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 .github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..a492667
--- /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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+ - package-ecosystem: "" # See documentation for possible values
+ directory: "/Build" # Location of package manifests
+ schedule:
+ interval: "weekly"
From 7278f32d0076cb3c5ffa24ac7dd0bdf1c1dc062b Mon Sep 17 00:00:00 2001
From: NellowTCS
Date: Thu, 11 Sep 2025 10:31:25 -0600
Subject: [PATCH 4/4] Update dependabot.yml
---
.github/dependabot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a492667..9d5c666 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,7 +5,7 @@
version: 2
updates:
- - package-ecosystem: "" # See documentation for possible values
+ - package-ecosystem: "npm" # See documentation for possible values
directory: "/Build" # Location of package manifests
schedule:
interval: "weekly"