diff options
| author | Fernando Fernández <ferferga@hotmail.com> | 2021-03-09 21:13:27 +0100 |
|---|---|---|
| committer | Fernando Fernández <ferferga@hotmail.com> | 2021-04-14 14:14:17 +0200 |
| commit | 55700e0d1cc83557f5d5da3d5250bb3702215a04 (patch) | |
| tree | fb826da739a0598423d9bd0e1b996c439853ea0e /.github/dependabot.yml | |
| parent | 0b774eac12a882fbdc1ed402f36aaf6e4341e2c2 (diff) | |
Add workflows for rebase and project automation
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0874cae2e..70bcd4973 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,10 @@ updates: interval: weekly time: '12:00' open-pull-requests-limit: 10 - + +- package-ecosystem: github-actions + directory: '/' + schedule: + interval: weekly + time: '12:00' + open-pull-requests-limit: 10 |
