Skip to content

Commit

Permalink
chore: Explicitly set Semantic types and scopes used to dependabot PRs (
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 11, 2023
1 parent f887c47 commit 9577d9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ updates:
timezone: "UTC"
reviewers: [meltano/engineering]
labels: [deps]
prefix: "ci: "
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand All @@ -16,6 +17,7 @@ updates:
timezone: "UTC"
reviewers: [meltano/engineering]
labels: [deps]
prefix: "ci: "
- package-ecosystem: pip
versioning-strategy: increase
directory: "/"
Expand All @@ -25,3 +27,5 @@ updates:
timezone: "UTC"
reviewers: [meltano/engineering]
labels: [deps]
prefix: "chore(deps): "
prefix-development: "chore(deps-dev): "
1 change: 1 addition & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ scopes:
- core
- cli
- deps
- deps-dev

0 comments on commit 9577d9c

Please sign in to comment.