mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 22:25:43 +00:00
dep workflow update
This commit is contained in:
parent
5074722f17
commit
4005b8bf3f
50
.github/dependabot.yml
vendored
50
.github/dependabot.yml
vendored
@ -6,38 +6,40 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
|
|
||||||
# Maintain dependencies for GitHub Actions
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
target-branch: "dep"
|
|
||||||
commit-message:
|
|
||||||
prefix: "chore"
|
|
||||||
include: "scope"
|
|
||||||
labels:
|
|
||||||
- "Type: Maintenance"
|
|
||||||
|
|
||||||
# Maintain dependencies for go modules
|
# Maintain dependencies for go modules
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "v2/"
|
directory: "v2/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
target-branch: "dep"
|
target-branch: "dev"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "chore"
|
prefix: "chore"
|
||||||
include: "scope"
|
include: "scope"
|
||||||
labels:
|
labels:
|
||||||
- "Type: Maintenance"
|
- "Type: Maintenance"
|
||||||
|
allow:
|
||||||
|
- dependency-name: "github.com/projectdiscovery/*"
|
||||||
|
|
||||||
# Maintain dependencies for docker
|
# # Maintain dependencies for GitHub Actions
|
||||||
- package-ecosystem: "docker"
|
# - package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
# directory: "/"
|
||||||
schedule:
|
# schedule:
|
||||||
interval: "weekly"
|
# interval: "weekly"
|
||||||
target-branch: "dep"
|
# target-branch: "dev"
|
||||||
commit-message:
|
# commit-message:
|
||||||
prefix: "chore"
|
# prefix: "chore"
|
||||||
include: "scope"
|
# include: "scope"
|
||||||
labels:
|
# labels:
|
||||||
- "Type: Maintenance"
|
# - "Type: Maintenance"
|
||||||
|
#
|
||||||
|
# # Maintain dependencies for docker
|
||||||
|
# - package-ecosystem: "docker"
|
||||||
|
# directory: "/"
|
||||||
|
# schedule:
|
||||||
|
# interval: "weekly"
|
||||||
|
# target-branch: "dev"
|
||||||
|
# commit-message:
|
||||||
|
# prefix: "chore"
|
||||||
|
# include: "scope"
|
||||||
|
# labels:
|
||||||
|
# - "Type: Maintenance"
|
||||||
|
|||||||
@ -3,7 +3,7 @@ name: 🤖 dep auto merge
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dep
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@ -14,6 +14,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.actor == 'dependabot[bot]'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
Loading…
x
Reference in New Issue
Block a user