Skip to content

Commit 86d146e

Browse files
authored
dependencies: Enable periodic PRs from dependabot (letsencrypt#5957)
Add dependabot configuration at .github/dependabot.yml which enables periodic dependency checking and PRs from dependendabot. For more information see the docs at: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
1 parent b5b5033 commit 86d146e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
open-pull-requests-limit: 2
7+
schedule:
8+
interval: "weekly"
9+
day: "wednesday"

0 commit comments

Comments
 (0)