https://github.com/antlr/grammars-v4
Raw File
Tip revision: 7e0fbe3d3c3431384571cb2c6a61e10370f37af0 authored by dependabot[bot] on 22 May 2023, 21:00:16 UTC
Bump antlr.version from 4.12.0 to 4.13.0
Tip revision: 7e0fbe3
dependabot.yml
version: 2
updates:
  - package-ecosystem: "maven"
    directory: "/"
    schedule:
      interval: "daily"
    labels:
      - "infrastructure"
      - "dependencies"
      - "target:java"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
    labels:
      - "infrastructure"
      - "dependencies"
  - package-ecosystem: "nuget"
    directory: "/_scripts/templates/CSharp"
    schedule:
      interval: "daily"
    labels:
      - "infrastructure"
      - "dependencies"
      - "target:csharp-standard"
  # dart is not supported by bot
  # go
  # TODO: go runtime need tagged version, may need another repository
  # - package-ecosystem: "gomod"
  #   directory: "/_scripts/templates/Go"
  #   schedule:
  #     interval: "daily"
  #   labels:
  #     - "infrastructure"
  #     - "dependencies"
  #     - "target:go"
  # java support is unnecessary, it's runtime is in antlr4.jar itself
  # javascript
  - package-ecosystem: "npm"
    directory: "/_scripts/templates/JavaScript"
    schedule:
      interval: "daily"
    labels:
      - "infrastructure"
      - "dependencies"
      - "target:javascript"
  # php
  - package-ecosystem: "composer"
    directory: "/_scripts/templates/PHP"
    schedule:
      interval: "daily"
    labels:
      - "infrastructure"
      - "dependencies"
      - "target:php"
  # python3
  - package-ecosystem: "pip"
    directory: "/_scripts/templates/Python3"
    schedule:
      interval: "daily"
    labels:
      - "infrastructure"
      - "dependencies"
      - "target:python3"
back to top