Skip to content

Commit

Permalink
add dependabot configuration for actions
Browse files Browse the repository at this point in the history
Now that we have workflows in this repository, let's add Dependabot
config to keep them up to date. Assigning an individual weekday for
this repo, and interval of one month.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Feb 10, 2025
1 parent 2d743b0 commit e439560
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
## main branch config starts here
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
day: "friday"
target-branch: main
commit-message:
prefix: ":seedling:"
labels:
- "ok-to-test"

## main branch config ends here

0 comments on commit e439560

Please sign in to comment.