Skip to content

Commit

Permalink
Merge pull request #36 from qaldak/feature/github-actions
Browse files Browse the repository at this point in the history
build: change Github Action worfklows
  • Loading branch information
qaldak authored Nov 19, 2023
2 parents ac072f5 + 3514f51 commit 77a3162
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 @@ -5,6 +5,6 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "pip"
prefix: "chore(deps) pip"
ignore:
- dependency-name: "urllib3"
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create new release
name: Test and release new version

on:
push:
Expand Down

0 comments on commit 77a3162

Please sign in to comment.