Skip to content

Commit

Permalink
feat: added workflow dispatch and renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed Nov 14, 2024
1 parent ae56fb0 commit 4d48989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
- develop
- 'feature/**'
workflow_dispatch:
env:
project-name: 2PPy
workflow: quick-check
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>DanySK/renovate-config"
]
}

0 comments on commit 4d48989

Please sign in to comment.