Skip to content

Commit

Permalink
Merge pull request #19 from LechevSpace/ci/release-plz-config-and-dep…
Browse files Browse the repository at this point in the history
…endabot-for-actions

Ci/release plz config and dependabot for actions
  • Loading branch information
elpiel authored May 11, 2024
2 parents 73f659b + cb20874 commit 562871c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates every Monday
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[changelog]

link_parsers = [
# Extract all GitHub issues and PRs and generate URLs linking to them.
# The link text will be the matching pattern.
{ pattern = "#(\\d+)", href = "https://github.com/LechevSpace/embedded-canvas/issues/$1" },
]

0 comments on commit 562871c

Please sign in to comment.