Skip to content

Commit

Permalink
Enable dependabot (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Apr 23, 2024
1 parent b3a9936 commit aa355e7
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions .github/workflows/build-userguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
- doc
- test
- dependabot/*
release:
types: [ created ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- develop
- dependabot/*
pull_request:
release:
types: [ created ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- develop
- dependabot/*
pull_request:
release:
types: [ created ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- develop
- dependabot/*
pull_request:
release:
types: [ created ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- develop
- dependabot/*
pull_request:
release:
types: [ created ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/centos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- develop
- ci/*
- dependabot/*
workflow_dispatch:
workflow_run:
workflows: [ "Publish Release" ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
- release/*
- ci/*
- dependabot/*
jobs:
docker_publish:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop # Set a branch name to trigger deployment
- dependabot/*

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ol8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- develop
- ci/*
- dependabot/*
workflow_dispatch:
workflow_run:
workflows: [ "Publish Release" ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- develop
- release/*
- dependabot/*
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- develop
- ci/*
- dependabot/*
workflow_dispatch:
workflow_run:
workflows: [ "Publish Release" ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
- release/*
- ci/*
- dependabot/*
jobs:

build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-vcpkg-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
- release/*
- ci/*
- dependabot/*
jobs:

windows:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- develop
- ci/*
- dependabot/*
workflow_dispatch:
workflow_run:
workflows: [ "Publish Release" ]
Expand Down

0 comments on commit aa355e7

Please sign in to comment.