Commit Graph

7 Commits

Author SHA1 Message Date
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