Skip to content

Commit

Permalink
Merge pull request #745 from synfinatic/update-dependabot
Browse files Browse the repository at this point in the history
ignore dependabot in auto-close
  • Loading branch information
synfinatic authored Jan 4, 2024
2 parents 8574cdd + b5a2ad4 commit 9b2b20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
any-of-issue-labels: waiting-for-customer
stale-label: stale
exempt-pr-labels: exempt
exempt-pr-labels: exempt,dependencies
exempt-issue-labels: exempt
days-before-issue-stale: 14
days-before-issue-close: 14
Expand Down

0 comments on commit 9b2b20b

Please sign in to comment.