Skip to content

Commit

Permalink
Setup Dependabot auto-merge CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Dec 6, 2023
1 parent 0e312bd commit 32b2c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'src/**/*'
- '*.gradle.kts'
- 'gradle.properties'
- '.github/workflows/ci.yml'
- '.github/workflows/*.yml'
branches:
- '**'
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CodeQL
on:
push:
paths:
- '**'
- '**'
branches:
- '**'
- '**'
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 32b2c41

Please sign in to comment.