Commit Graph

11 Commits

Author SHA1 Message Date
Maya Strandboge 8d369edc57
chore: Increase dependabot PR limit for Go dependencies (#16749) 2025-04-10 09:45:58 +02:00
Maya Strandboge ee18866f35
chore: Increase dependabot open PRs limit to 25 (#16734) 2025-04-07 18:09:53 +01:00
Joshua Powers e0ae43f4f4
chore: Update dependabot labels (#14807) 2024-02-14 15:06:27 +01:00
Andreas Deininger af2704f98a
ci: Check for updates to GitHub actions (#14761) 2024-02-12 16:07:40 -06:00
Sebastian Spaink f4d3aa25e1
chore: Remove prefix to use the default `chore(deps)` (#11315) 2022-06-16 10:44:44 -05:00
Sebastian Spaink 3d7d5f2b36
fix: prefix dependabot commits with "fix:" (#9641) 2021-08-19 15:30:37 -05:00
Sebastian Spaink 5330a74fea
Migrate soniah/gosnmp import to gosnmp/gosnmp (#9203) 2021-05-13 15:00:57 -05:00
Sebastian Spaink c83577b23d
Update Dependabot config: ignore all packages with *.v* (#9206) 2021-04-27 15:46:21 -05:00
Sebastian Spaink 06d85ae457
Ignore soniah/gosnmp depedency (#9205) 2021-04-27 15:04:30 -05:00
Sebastian Spaink 16894c6c75
Resolve dependabot error by ignoring package (#9202)
Ignoring the package `gopkg.in/djherbis/times.v1` because it is causing dependabot to throw the following error:

```
Dependabot wasn't able to update gopkg.in/djherbis/times.v1

The module path gopkg.in/djherbis/times.v1 found in your go.mod doesn't match the actual path github.com/djherbis/times found in the dependency's go.mod.

Updating the module path in your go.mod to github.com/djherbis/times should resolve this issue.
```
2021-04-27 12:03:50 -05:00
Sebastian Spaink 149c2c2738
Create dependabot.yml (#8614)
Check weekly for dependency updates, will create a pull request if any are found.
2021-01-19 11:17:36 -05:00