diff options
| author | Michael Merickel <michael@merickel.org> | 2022-12-29 16:45:48 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-29 16:45:48 -0600 |
| commit | dc4e2e282d60a8387e60ac5fd2b1813b9df3535d (patch) | |
| tree | 8664fdc6dd332dd55c2a0fb11970c856fb900bd4 /.github/dependabot.yml | |
| parent | 13df6badcf97ad379dc88bb9773bdabc1520a71d (diff) | |
| parent | 4703e60eb7ddb870bf2cc69eaafd8e12fa966636 (diff) | |
| download | pyramid-dc4e2e282d60a8387e60ac5fd2b1813b9df3535d.tar.gz pyramid-dc4e2e282d60a8387e60ac5fd2b1813b9df3535d.tar.bz2 pyramid-dc4e2e282d60a8387e60ac5fd2b1813b9df3535d.zip | |
Merge branch 'master' into main
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..573705517 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" |
