Add dependabot.yml to ignore ieproxy dependency version (#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 <michel.hollands@grafana.com>

Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
pull/8111/head
Michel Hollands 2 years ago committed by GitHub
parent ff57f7249c
commit 05ccf7dad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      dependabot.yml

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
ignore:
- dependency-name: "github.com/mattn/go-ieproxy"
versions: ["0.0.9"]
Loading…
Cancel
Save