summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 71d60a2d24ab1549f1de20eef434a2bbfdfefeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Dependabot Workflow for libseccomp
#
# Copyright (c) 2023 Oracle and/or its affiliates.
# Author: Tom Hromatka <tom.hromatka@oracle.com>
#

# based on this guide from GitHub:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every week
      interval: "weekly"
    commit-message:
      prefix: "RFE: "
    labels:
      - "enhancement"
      - "priority/low"