Skip to content

Add dependabot configuration #2

Add dependabot configuration

Add dependabot configuration #2

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/library/eclipse-temurin:21-jdk-ubi9-minimal
steps:
- name: Install dependencies
run: microdnf -y install git-core maven
- name: Checkout sources
uses: actions/checkout@v4
- name: Maven build
run: mvn -V -B -Prelease -Dgpg.skip clean install