Skip to content

Commit

Permalink
Correct indentation in ci workflow and activate renovate bot again
Browse files Browse the repository at this point in the history
  • Loading branch information
christophblessing committed Jan 3, 2023
1 parent fff123c commit 2d624d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
branches:
- main
- dev
pull_request:
branches:
- dev
pull_request:
branches:
- dev

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"enabled": false,
"extends": ["config:base", "schedule:weekly"],
"baseBranches": ["dev"],
"labels": ["Internal 🔨"],
Expand Down

0 comments on commit 2d624d4

Please sign in to comment.