Skip to content

Commit

Permalink
chore: ignore Go in .github/dependabot.yml, take 3 (#24439)
Browse files Browse the repository at this point in the history
Update to use the documented dependency-name: "*" methodology rather
than an undocumented example.

References:
- https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
  • Loading branch information
jdstrand authored Nov 2, 2023
1 parent 560c2ef commit bb6a5c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ updates:
# files that no longer exist. Tell dependabot to ignore "gomod"
- package-ecosystem: "gomod"
directory: "/"
ignore: "*"
ignore:
- dependency-name: "*"

0 comments on commit bb6a5c0

Please sign in to comment.