Can you check if the ignore setting in netlify.toml might work for you?
You could try something like this: git log -1 --pretty=%B | grep dependabot.
Git log has all kinds of info about a commit, so you could also check who committed.
Can you check if the ignore setting in netlify.toml might work for you?
You could try something like this: git log -1 --pretty=%B | grep dependabot.
Git log has all kinds of info about a commit, so you could also check who committed.