Skip to content

Commit

Permalink
Merge pull request #37 from Chia-Network/switch_dependabot_for_action…
Browse files Browse the repository at this point in the history
…s_to_directories

default dependabot actions to `["/", ".github/actions/*"]`
  • Loading branch information
altendky authored Dec 17, 2024
2 parents f31e648 + afad008 commit 4ec8539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ variables:
DEPENDABOT_PIP_REVIEWERS: "[\"emlowe\", \"altendky\"]"
DEPENDABOT_ACTIONS_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_ACTIONS_REBASE_STRATEGY: "auto"
DEPENDABOT_ACTIONS_DIRECTORY: "/"
DEPENDABOT_ACTIONS_DIRECTORIES: "[\"/\", \".github/actions/*\"]"
DEPENDABOT_ACTIONS_REVIEWERS: "[\"cmmarslender\", \"Starttoaster\", \"pmaslana\"]"
DEPENDABOT_NPM_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_NPM_REBASE_STRATEGY: "auto"
Expand Down
2 changes: 1 addition & 1 deletion templates/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ updates:
reviewers: {{ .DEPENDABOT_PIP_REVIEWERS }}

- package-ecosystem: "github-actions"
directory: {{ .DEPENDABOT_ACTIONS_DIRECTORY }}
directories: {{ .DEPENDABOT_ACTIONS_DIRECTORIES }}
schedule:
interval: "weekly"
day: "tuesday"
Expand Down

0 comments on commit 4ec8539

Please sign in to comment.