[PR #10] [MERGED] Update deps and add dependabot.yml #15

Closed
opened 2025-11-19 07:03:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/gerbil/pull/10
Author: @Lokowitz
Created: 6/2/2025
Status: Merged
Merged: 6/2/2025
Merged by: @oschwartz10612

Base: devHead: main


📝 Commits (7)

  • 05c9d85 Create dependabot.yml
  • 8a9f290 Bump golang in the minor-updates group
  • 10b1ad2 Merge pull request #1 from Lokowitz/dependabot/docker/minor-updates-c9322ea29a
  • a78d141 Bump github.com/vishvananda/netlink in the prod-patch-updates group (#3)
  • ad2bc0d Bump ubuntu from 22.04 to 24.04 in the major-updates group (#2)
  • f1ab809 Bump the go_modules group with 2 updates (#4)
  • f101620 Bump golang.org/x/net from 0.21.0 to 0.38.0 in the go_modules group (#5)

📊 Changes

4 files changed (+66 additions, -18 deletions)

View changed files

.github/dependabot.yml (+46 -0)
📝 Dockerfile (+2 -2)
📝 go.mod (+6 -5)
📝 go.sum (+12 -11)

📄 Description

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

  • updated dependencies
  • added dependabot.yml

How to test?

make local is working fine.

make is giving an error, but also in the current (unchanged) version.

root@deb-dev:~/gerbil# make
docker build -t fosrl/gerbil:latest .
make: docker: No such file or directory
make: *** [Makefile:13: build] Error 127

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/gerbil/pull/10 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (7) - [`05c9d85`](https://github.com/fosrl/gerbil/commit/05c9d851f424d02aee5500b1d6485d1355747e68) Create dependabot.yml - [`8a9f290`](https://github.com/fosrl/gerbil/commit/8a9f29043a74a7c68c2d2f9587d8bc23ed3e18de) Bump golang in the minor-updates group - [`10b1ad2`](https://github.com/fosrl/gerbil/commit/10b1ad2a5a02b0cdacbd4476e62001e5211c608c) Merge pull request #1 from Lokowitz/dependabot/docker/minor-updates-c9322ea29a - [`a78d141`](https://github.com/fosrl/gerbil/commit/a78d141ca3b23a5a422a9b8a4221ee19df194d92) Bump github.com/vishvananda/netlink in the prod-patch-updates group (#3) - [`ad2bc0d`](https://github.com/fosrl/gerbil/commit/ad2bc0d397429278a18fb244db70fd13b7df669e) Bump ubuntu from 22.04 to 24.04 in the major-updates group (#2) - [`f1ab809`](https://github.com/fosrl/gerbil/commit/f1ab8094cfe81952e1d38db06fdf65eafe29fb0f) Bump the go_modules group with 2 updates (#4) - [`f101620`](https://github.com/fosrl/gerbil/commit/f1016200b3bb028f1fc4bf8dfdc3692c9730c373) Bump golang.org/x/net from 0.21.0 to 0.38.0 in the go_modules group (#5) ### 📊 Changes **4 files changed** (+66 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+46 -0) 📝 `Dockerfile` (+2 -2) 📝 `go.mod` (+6 -5) 📝 `go.sum` (+12 -11) </details> ### 📄 Description ## 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 - updated dependencies - added dependabot.yml ## How to test? `make local` is working fine. `make` is giving an error, but also in the current (unchanged) version. ``` root@deb-dev:~/gerbil# make docker build -t fosrl/gerbil:latest . make: docker: No such file or directory make: *** [Makefile:13: build] Error 127 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:03:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gerbil#15