Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero

Merge pull request #241 from urschrei/shugel/push-utyqorvmutyk

Add GHA to dependabot

authored by urschrei.eurosky.social and committed by

GitHub c08d8771 bb9aefab

+11 -1
+11 -1
.github/dependabot.yml
··· 13 13 # dependency name) 14 14 applies-to: version-updates # Applies the group rule to version updates 15 15 patterns: 16 - - "*" 16 + - "*" 17 + 18 + - package-ecosystem: "github-actions" 19 + directory: "/" 20 + schedule: 21 + interval: "weekly" 22 + groups: 23 + gha-updates: 24 + applies-to: version-updates # Applies the group rule to version updates 25 + patterns: 26 + - "*"