Skip to content

Commit

Permalink
feat(releases): GitHub actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Feb 21, 2023
1 parent 1c94916 commit 1dc68fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
commit-message:
prefix: "build"
prefix: "build(npm)"
rebase-strategy: "auto"
schedule:
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
commit-message:
prefix: "build"
prefix: "build(actions)"
rebase-strategy: "auto"
schedule:
interval: "daily"
12 changes: 12 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest

0 comments on commit 1dc68fb

Please sign in to comment.