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