add PULL_REQUEST_TEMPLATE

add dependabot
update to go 1.25
This commit is contained in:
Marvin
2025-08-17 12:02:19 +00:00
parent 11c7340e63
commit a8ba33b9b5
4 changed files with 18 additions and 2 deletions

10
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -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?

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

View File

@@ -1 +1 @@
1.24 1.25

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/fosrl/badger module github.com/fosrl/badger
go 1.24 go 1.25