From a8ba33b9b5673ab4a1864a7f1b9c628b0ae05427 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Sun, 17 Aug 2025 12:02:19 +0000 Subject: [PATCH] add PULL_REQUEST_TEMPLATE add dependabot update to go 1.25 --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ .github/dependabot.yml | 6 ++++++ .go-version | 2 +- go.mod | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/dependabot.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..122ea1c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## Community Contribution License Agreement +By creating this pull request, I grant the project maintainers an unlimited, +perpetual license to use, modify, and redistribute these contributions under any terms they +choose, including both the AGPLv3 and the Fossorial Commercial license terms. I +represent that I have the right to grant this license for all contributed content. + +## Description + + +## How to test? \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3938344 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" diff --git a/.go-version b/.go-version index 614245e..5e2b950 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24 \ No newline at end of file +1.25 diff --git a/go.mod b/go.mod index 3e254ad..4d701b0 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/fosrl/badger -go 1.24 +go 1.25