Skip to content

Commit

Permalink
Merge pull request #1 from woocommerce/fix/update_renovate_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu authored Aug 3, 2022
2 parents 67f8e69 + 14f24e9 commit 84d4125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ updates:
schedule:
interval: 'weekly'
open-pull-requests-limit: 10
labels:
- "skip-changelog"

# Maintain dependencies for Composer
- package-ecosystem: 'composer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
add-reviews:
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Check config and assign reviews
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/js-css-md-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches: [trunk]
permissions:
actions: write
checks: write
pull-requests: read

jobs:
# cache node and modules
Expand Down

0 comments on commit 84d4125

Please sign in to comment.