[geos-commits] [SCM] GEOS branch main updated. 81ab2d7b01990811c3edb00f7407a20908dfe1cc
git at osgeo.org
git at osgeo.org
Sun Mar 22 18:32:30 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via 81ab2d7b01990811c3edb00f7407a20908dfe1cc (commit)
from 43b00bd6babaab57b3c48c0699e9e0f2e36e04db (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 81ab2d7b01990811c3edb00f7407a20908dfe1cc
Author: Mike Taves <mwtoews at gmail.com>
Date: Mon Mar 23 14:32:11 2026 +1300
Add dependabot to help maintain GitHub Actions (#1396)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..8ac6b8c49
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
-----------------------------------------------------------------------
Summary of changes:
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 .github/dependabot.yml
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list