Skip to content

Commit

Permalink
chore:fix ci include-paths error & dependabot.yaml package-ecosystem …
Browse files Browse the repository at this point in the history
…error value
  • Loading branch information
Max-Cheng committed Dec 6, 2023
1 parent c274d4f commit 8028596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ updates:
- "🤖 Dependencies"
schedule:
interval: "daily"
- package-ecosystem: "fgprof"
- package-ecosystem: "gomod"
directory: "/fgprof" # Location of package manifests
labels:
- "🤖 Dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter-fgprof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name-template: 'Fgprof - v$RESOLVED_VERSION'
tag-template: 'fgprof/v$RESOLVED_VERSION'
tag-prefix: fgprof/v
include-paths:
- fgrpof
- fgprof
categories:
- title: '❗ Breaking Changes'
labels:
Expand Down

0 comments on commit 8028596

Please sign in to comment.