Skip to content

Commit

Permalink
Adding release-note-none label to dependabot PRs (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Jun 12, 2024
1 parent 239a8ab commit 87eec56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ updates:
- go
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in gwctl/go.mod
- package-ecosystem: "gomod"
Expand All @@ -27,6 +28,7 @@ updates:
- go
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in conformance/echo-basic/go.mod
- package-ecosystem: "gomod"
Expand All @@ -41,6 +43,7 @@ updates:
- go
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
Expand All @@ -51,6 +54,7 @@ updates:
- github_actions
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in Dockerfile
- package-ecosystem: "docker"
Expand All @@ -61,6 +65,7 @@ updates:
- docker
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in requirements.txt
- package-ecosystem: "pip"
Expand All @@ -71,3 +76,4 @@ updates:
- python
- dependencies
- ok-to-test
- release-note-none

0 comments on commit 87eec56

Please sign in to comment.