Skip to content

Commit 05ccf7d

Browse files
Add dependabot.yml to ignore ieproxy dependency version (grafana#7643)
**What this PR does / why we need it**: Dependabot tries to update https://github.com/mattn/go-ieproxy to v0.0.9. This doesn't work as it seems to redeclare a function, probably due to missing build tags. This dependabot config file excludes this version. **Checklist** - [ ] Reviewed the `CONTRIBUTING.md` guide - [ ] Documentation added - [ ] Tests updated - [ ] `CHANGELOG.md` updated - [ ] Changes that require user attention or interaction to upgrade are documented in `docs/sources/upgrading/_index.md` Signed-off-by: Michel Hollands <[email protected]> Signed-off-by: Michel Hollands <[email protected]>
1 parent ff57f72 commit 05ccf7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
ignore:
5+
- dependency-name: "github.com/mattn/go-ieproxy"
6+
versions: ["0.0.9"]

0 commit comments

Comments
 (0)