CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
dependabot.yml36 linesDownload Raw Back to .github
1# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file2version: 23updates:4  - package-ecosystem: 'npm'5    directory: '/'6    schedule:7      interval: 'daily'8    target-branch: 'main'9    commit-message:10      prefix: 'chore(deps)'11      include: 'scope'12    reviewers:13      - 'google-gemini/gemini-cli-askmode-approvers'14    groups:15      # Group all non-major updates together.16      # This is to reduce the number of PRs that need to be reviewed.17      # Major updates will still be created as separate PRs.18      npm-minor-patch:19        applies-to: 'version-updates'20        update-types:21          - 'minor'22          - 'patch'23    open-pull-requests-limit: 024 25  - package-ecosystem: 'github-actions'26    directory: '/'27    schedule:28      interval: 'daily'29    target-branch: 'main'30    commit-message:31      prefix: 'chore(deps)'32      include: 'scope'33    reviewers:34      - 'google-gemini/gemini-cli-askmode-approvers'35    open-pull-requests-limit: 036 
basant307/AI_Governance_Project · CoolFace