Skip to content

Commit

Permalink
dependabot - disable npm, schedule go monday aft (#415)
Browse files Browse the repository at this point in the history
* dependabot - disable npm, schedule go friday morning

* dependabot gomod schedule change to monday aft
  • Loading branch information
stephengaudet authored Aug 2, 2023
1 parent a7de510 commit 1c991b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "19:00"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "npm"
directory: "/website"
#we'd like to disable dependabot opening PR for npm. it is noisy, and, npm is only used for the static website, not signatory itself
#currently, dependabot does not support ignoring a subdir https://github.com/dependabot/dependabot-core/issues/4364
#so, we'll point it at a subdir that contains no package-lock.json, to disable it's scanning of npm packages
directory: "/integration_test"
schedule:
interval: "weekly"
pull-request-branch-name:
Expand Down

0 comments on commit 1c991b3

Please sign in to comment.