-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pip to dbotconf requirements.txt files will now be tracked with dependabot. This is related to open-telemetry/opentelemetry-go#3996. * Create struct for updates * Update dbotconf/internal/verify_test.go Co-authored-by: Robert Pająk <[email protected]> * fix shadow declaration of "updates" * Generate change log * Update .chloggen/pip.yaml * Update dbotconf/internal/conf.go Co-authored-by: Tyler Yahn <[email protected]> * Update dbotconf/internal/testdata/dependabot.yml --------- Co-authored-by: Robert Pająk <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
- Loading branch information
1 parent
748ea6a
commit 6fd2bd7
Showing
8 changed files
with
288 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. crosslink) | ||
component: dbotconf | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: "Add support for pip package ecosystem." | ||
|
||
# One or more tracking issues related to the change | ||
issues: [307] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,66 @@ | ||
# File generated by dbotconf; DO NOT EDIT. | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: docker | ||
directory: / | ||
labels: | ||
- dependencies | ||
- docker | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: docker | ||
directory: /a/b/example | ||
labels: | ||
- dependencies | ||
- docker | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: gomod | ||
directory: / | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: gomod | ||
directory: /a | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: gomod | ||
directory: /a/b | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: github-actions | ||
directory: / | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: docker | ||
directory: / | ||
labels: | ||
- dependencies | ||
- docker | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: docker | ||
directory: /a/b/example | ||
labels: | ||
- dependencies | ||
- docker | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: gomod | ||
directory: / | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: gomod | ||
directory: /a | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: gomod | ||
directory: /a/b | ||
labels: | ||
- dependencies | ||
- actions | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday | ||
- package-ecosystem: pip | ||
directory: / | ||
labels: | ||
- dependencies | ||
- python | ||
- Skip Changelog | ||
schedule: | ||
interval: weekly | ||
day: sunday |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.