Skip to content

Commit

Permalink
Bug fix and repo update (#6)
Browse files Browse the repository at this point in the history
* 🚑 Fix problem in dependabot file

* 🔨 Update the release drafter template
  • Loading branch information
klaasnicolaas authored Feb 18, 2021
1 parent 29b89f8 commit 7665e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
Expand All @@ -11,12 +10,12 @@ updates:
schedule:
interval: daily
time: "04:00"
- package-ecosystem: composer
- package-ecosystem: "composer"
directory: "/laravel"
schedule:
interval: daily
time: "04:00"
- package-ecosystem: npm
- package-ecosystem: "npm"
directory: "/laravel"
schedule:
interval: daily
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-template: "- #$NUMBER $TITLE @$AUTHOR"
sort-direction: ascending

categories:
Expand Down

0 comments on commit 7665e94

Please sign in to comment.