Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bumpet biblioteker

Bumpet biblioteker #5

Workflow file for this run

name: Monitor dependencies with Dependabot
on:
push:
branches:
- main
paths:
- "pom.xml"
workflow_dispatch:
jobs:
dependabot:
name: Monitor dependencies with Dependabot
runs-on: ubuntu-20.04
permissions: # The Dependency Submission API requires write permission
contents: write
steps:
- uses: actions/checkout@v4
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3