Skip to content

Commit

Permalink
Add example configuration for dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Nov 30, 2023
1 parent 73721a4 commit abbe64a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m
> Since pixi is not yet stable, the API of this action may change between minor versions.
> Please pin the versions of this action to a specific version (i.e., `prefix-dev/[email protected]`) to avoid breaking changes.
> You can automatically update the version of this action by using [Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot).
>
> Put the following in your `.github/dependabot.yml` file to enable Dependabot for your GitHub Actions:
>
> ```yml
> version: 2
> updates:
> - package-ecosystem: github-actions
> directory: /
> schedule:
> interval: monthly
> groups:
> dependencies:
> patterns:
> - "*"
> ```

## Features

Expand Down

0 comments on commit abbe64a

Please sign in to comment.