Skip to content

Commit

Permalink
Trigger (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaya authored Oct 28, 2024
1 parent 57743f8 commit f91af68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ on:
paths:
- "charts/aspnetcore/**"
- ".github/workflows/ci-aspnetcore.yml"


push:
branches:
- "renovate/**"
paths:
- "charts/aspnetcore/**"
- ".github/workflows/ci-aspnetcore.yml"

jobs:
lint:
name: Lint Helm chart
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>gsoft-inc/renovate-config"
"github>gsoft-inc/renovate-config",
"github>gsoft-inc/renovate-config:all-automerge.json"
]
}

0 comments on commit f91af68

Please sign in to comment.