try dependabot
This commit is contained in:
parent
da9cc4d90f
commit
9d75201e4e
3 changed files with 6 additions and 5 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -6,9 +6,9 @@ updates:
|
|||
interval: daily
|
||||
ignore:
|
||||
- dependency-name: ch.qos.logback:logback-classic
|
||||
update-types: ["version-update:semver-major"]
|
||||
update-types: ["version-update:semver-major","version-update:semver-minor"]
|
||||
- dependency-name: io.micronaut:micronaut-bom
|
||||
update-types: ["version-update:semver-major"]
|
||||
update-types: ["version-update:semver-major","version-update:semver-minor"]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
|
1
.github/workflows/codeql.yaml
vendored
1
.github/workflows/codeql.yaml
vendored
|
@ -4,6 +4,7 @@ name: CodeQL
|
|||
workflow_dispatch: {}
|
||||
push:
|
||||
branches: [main]
|
||||
paths: [src/main/java/*.java]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths: [src/main/java/*.java]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue