diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2023-01-09 09:55:54 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 11:51:26 -0400 |
| commit | ec6d7150461272294378cac4fa56166ee95085e3 (patch) | |
| tree | 3d2acc6c4dcfd116a9213ca4a7249001fdc31fd6 /.github/dependabot.yml | |
| parent | 038bc941e0deee9f262b2071cab668063529191c (diff) | |
| download | pantry-ec6d7150461272294378cac4fa56166ee95085e3.tar.gz pantry-ec6d7150461272294378cac4fa56166ee95085e3.tar.bz2 pantry-ec6d7150461272294378cac4fa56166ee95085e3.zip | |
Add build action (#37)
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d149586..3e3988c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,10 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: + day: "saturday" interval: "weekly" - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests schedule: + day: "saturday" interval: "weekly" |
