diff options
Diffstat (limited to '.github/dependabot.yaml')
-rw-r--r-- | .github/dependabot.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..66f19d7e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + open-pull-requests-limit: 3 + labels: + - skip-changelog |